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 viaObjectMapperclass, as well as convenience methods included inJsonParserorg.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 forTypeResolverBuilderandTypeIdResolver. -
Classes in org.codehaus.jackson.map.jsontype.impl used by org.codehaus.jackson.map Class Description StdTypeResolverBuilder DefaultTypeResolverBuilderimplementation. -
Classes in org.codehaus.jackson.map.jsontype.impl used by org.codehaus.jackson.map.introspect Class Description StdTypeResolverBuilder DefaultTypeResolverBuilderimplementation. -
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_ARRAYinclusion mechanism.AsArrayTypeSerializer Type serializer that will embed type information in an array, as the first element, and actual value as the second element.ClassNameIdResolver TypeIdResolverimplementation that converts between fully-qualified Java class names and (JSON) Strings.StdTypeResolverBuilder DefaultTypeResolverBuilderimplementation.TypeDeserializerBase TypeIdResolverBase TypeNameIdResolver TypeSerializerBase