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.deser Contains implementation classes of deserialization part of data binding.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.deser Class Description SubTypeValidator Helper class used to encapsulate rules that determine subtypes that are invalid to use, even with default typing, mostly due to security concerns. -
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.SubTypeValidator Helper class used to encapsulate rules that determine subtypes that are invalid to use, even with default typing, mostly due to security concerns.TypeDeserializerBase TypeIdResolverBase TypeNameIdResolver TypeSerializerBase