public class GraphSONTypeDeserializer
extends org.apache.tinkerpop.shaded.jackson.databind.jsontype.impl.TypeDeserializerBase
| Modifier and Type | Method and Description |
|---|---|
Object |
deserializeTypedFromAny(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser,
org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext) |
Object |
deserializeTypedFromArray(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser,
org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext) |
Object |
deserializeTypedFromObject(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser,
org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext) |
Object |
deserializeTypedFromScalar(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser,
org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext) |
org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeDeserializer |
forProperty(org.apache.tinkerpop.shaded.jackson.databind.BeanProperty beanProperty) |
Class<?> |
getDefaultImpl() |
org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeIdResolver |
getTypeIdResolver() |
org.apache.tinkerpop.shaded.jackson.annotation.JsonTypeInfo.As |
getTypeInclusion() |
_deserializeWithNativeTypeId, _deserializeWithNativeTypeId, _findDefaultImplDeserializer, _findDeserializer, _handleMissingTypeId, _handleUnknownTypeId, baseType, baseTypeName, getPropertyName, toStringpublic org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeDeserializer forProperty(org.apache.tinkerpop.shaded.jackson.databind.BeanProperty beanProperty)
forProperty in class org.apache.tinkerpop.shaded.jackson.databind.jsontype.impl.TypeDeserializerBasepublic org.apache.tinkerpop.shaded.jackson.annotation.JsonTypeInfo.As getTypeInclusion()
getTypeInclusion in class org.apache.tinkerpop.shaded.jackson.databind.jsontype.impl.TypeDeserializerBasepublic org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeIdResolver getTypeIdResolver()
getTypeIdResolver in class org.apache.tinkerpop.shaded.jackson.databind.jsontype.impl.TypeDeserializerBasepublic Class<?> getDefaultImpl()
getDefaultImpl in class org.apache.tinkerpop.shaded.jackson.databind.jsontype.impl.TypeDeserializerBasepublic Object deserializeTypedFromObject(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser, org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserializeTypedFromObject in class org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeDeserializerIOExceptionpublic Object deserializeTypedFromArray(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser, org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserializeTypedFromArray in class org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeDeserializerIOExceptionpublic Object deserializeTypedFromScalar(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser, org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserializeTypedFromScalar in class org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeDeserializerIOExceptionpublic Object deserializeTypedFromAny(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser, org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserializeTypedFromAny in class org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeDeserializerIOExceptionCopyright © 2013–2022 Apache Software Foundation. All rights reserved.