Package org.codehaus.jackson.map.jsontype
Package that contains interfaces that define how to implement
functionality for dynamically resolving type during deserialization.
This is needed for complete handling of polymorphic types, where
actual type can not be determined statically (declared type is
a supertype of actual polymorphic serialized types).
- Since:
- 1.5
-
Interface Summary Interface Description TypeIdResolver Interface that defines standard API for converting types to type identifiers and vice versa.TypeResolverBuilder<T extends TypeResolverBuilder<T>> Interface that defines builders that are configured based on annotations (likeJsonTypeInfo
or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling. -
Class Summary Class Description NamedType Simple container class for types with optional logical name, used as external identifierSubtypeResolver Helper object used for handling registration on resolving of supertypes to subtypes.