Package org.codehaus.jackson.map.jsontype
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
-
ClassDescriptionSimple container class for types with optional logical name, used as external identifierHelper object used for handling registration on resolving of supertypes to subtypes.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 (like
JsonTypeInfo
or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling.