|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
TypeResolverBuilder
and
org.codehaus.jackson.map.jsontype.JsonTypeResolver it
can construct.
See:
Description
| Class Summary | |
|---|---|
| AsArrayTypeDeserializer | Type deserializer used with JsonTypeInfo.As#WRAPPER_ARRAY
inclusion mechanism. |
| AsArrayTypeSerializer | Type serializer that will embed type information in an array, as the first element, and actual value as the second element. |
| AsPropertyTypeDeserializer | Type deserializer used with JsonTypeInfo.As#PROPERTY
inclusion mechanism. |
| AsPropertyTypeSerializer | Type serializer that preferably embeds type information as an additional JSON Object property, if possible (when resulting serialization would use JSON Object). |
| AsWrapperTypeDeserializer | Type deserializer used with JsonTypeInfo.As#WRAPPER_OBJECT
inclusion mechanism. |
| AsWrapperTypeSerializer | Type wrapper that tries to use an extra JSON Object, with a single entry that has type name as key, to serialize type information. |
| ClassNameIdResolver | |
| MinimalClassNameIdResolver | |
| StdTypeResolverBuilder | Default TypeResolverBuilder implementation. |
| TypeDeserializerBase | |
| TypeIdResolverBase | |
| TypeNameIdResolver | |
| TypeSerializerBase | |
Package that contains standard implementations for
TypeResolverBuilder
and
org.codehaus.jackson.map.jsontype.JsonTypeResolver it
can construct.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||