Uses of Package
org.codehaus.jackson.map.jsontype.impl
-
Packages that use org.codehaus.jackson.map.jsontype.impl Package Description org.codehaus.jackson.map Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is viaObjectMapper
class, as well as convenience methods included inJsonParser
org.codehaus.jackson.map.introspect Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations.org.codehaus.jackson.map.jsontype.impl Package that contains standard implementations forTypeResolverBuilder
andTypeIdResolver
. -
Classes in org.codehaus.jackson.map.jsontype.impl used by org.codehaus.jackson.map Class Description StdTypeResolverBuilder DefaultTypeResolverBuilder
implementation. -
Classes in org.codehaus.jackson.map.jsontype.impl used by org.codehaus.jackson.map.introspect Class Description StdTypeResolverBuilder DefaultTypeResolverBuilder
implementation. -
Classes in org.codehaus.jackson.map.jsontype.impl used by org.codehaus.jackson.map.jsontype.impl Class Description AsArrayTypeDeserializer Type deserializer used withJsonTypeInfo.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.ClassNameIdResolver TypeIdResolver
implementation that converts between fully-qualified Java class names and (JSON) Strings.StdTypeResolverBuilder DefaultTypeResolverBuilder
implementation.TypeDeserializerBase TypeIdResolverBase TypeNameIdResolver TypeSerializerBase