|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jackson.map.TypeDeserializer
org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
public class AsPropertyTypeDeserializer
Type deserializer used with JsonTypeInfo.As.PROPERTY
inclusion mechanism.
Uses regular form (additional key/value entry before actual data)
when typed object is expressed as JSON Object; otherwise behaves similar to how
JsonTypeInfo.As.WRAPPER_ARRAY works.
Latter is used if JSON representation is polymorphic
| Field Summary | |
|---|---|
protected String |
_typePropertyName
|
| Fields inherited from class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase |
|---|
_baseType, _defaultImpl, _defaultImplDeserializer, _deserializers, _idResolver, _property |
| Constructor Summary | |
|---|---|
AsPropertyTypeDeserializer(JavaType bt,
TypeIdResolver idRes,
BeanProperty property,
Class<?> defaultImpl,
String typePropName)
|
|
AsPropertyTypeDeserializer(JavaType bt,
TypeIdResolver idRes,
BeanProperty property,
String typePropName)
Deprecated. |
|
| Method Summary | |
|---|---|
protected Object |
_deserializeIfNatural(JsonParser jp,
DeserializationContext ctxt)
Helper method used to check if given parser might be pointing to a "natural" value, and one that would be acceptable as the result value (compatible with declared base type) |
protected Object |
_deserializeTypedUsingDefaultImpl(JsonParser jp,
DeserializationContext ctxt,
TokenBuffer tb)
|
Object |
deserializeTypedFromAny(JsonParser jp,
DeserializationContext ctxt)
Method called to let this type deserializer handle deserialization of "typed" object, when value itself may have been serialized using any kind of JSON value (Array, Object, scalar). |
Object |
deserializeTypedFromObject(JsonParser jp,
DeserializationContext ctxt)
This is the trickiest thing to handle, since property we are looking for may be anywhere... |
String |
getPropertyName()
Name of property that contains type information, if property-based inclusion is used. |
JsonTypeInfo.As |
getTypeInclusion()
Accessor for type information inclusion method that deserializer uses; indicates how type information is (expected to be) embedded in JSON input. |
| Methods inherited from class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer |
|---|
_locateTypeId, deserializeTypedFromArray, deserializeTypedFromScalar |
| Methods inherited from class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase |
|---|
_findDefaultImplDeserializer, _findDeserializer, baseTypeName, getDefaultImpl, getTypeIdResolver, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String _typePropertyName
| Constructor Detail |
|---|
@Deprecated
public AsPropertyTypeDeserializer(JavaType bt,
TypeIdResolver idRes,
BeanProperty property,
String typePropName)
public AsPropertyTypeDeserializer(JavaType bt,
TypeIdResolver idRes,
BeanProperty property,
Class<?> defaultImpl,
String typePropName)
| Method Detail |
|---|
public JsonTypeInfo.As getTypeInclusion()
TypeDeserializer
getTypeInclusion in class AsArrayTypeDeserializerpublic String getPropertyName()
TypeDeserializer
getPropertyName in class TypeDeserializerBase
public Object deserializeTypedFromObject(JsonParser jp,
DeserializationContext ctxt)
throws IOException,
JsonProcessingException
deserializeTypedFromObject in class AsArrayTypeDeserializerIOException
JsonProcessingException
protected Object _deserializeTypedUsingDefaultImpl(JsonParser jp,
DeserializationContext ctxt,
TokenBuffer tb)
throws IOException,
JsonProcessingException
IOException
JsonProcessingException
public Object deserializeTypedFromAny(JsonParser jp,
DeserializationContext ctxt)
throws IOException,
JsonProcessingException
TypeDeserializer
deserializeTypedFromAny in class AsArrayTypeDeserializerIOException
JsonProcessingException
protected Object _deserializeIfNatural(JsonParser jp,
DeserializationContext ctxt)
throws IOException,
JsonProcessingException
IOException
JsonProcessingException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||