Uses of Package
org.codehaus.jackson.type
-
Packages that use org.codehaus.jackson.type Package Description org.codehaus.jackson Main public API classes of the core streaming JSON processor: most importantlyJsonFactory
used for constructing JSON parser (JsonParser
) and generator (JsonParser
) instances.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.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces.org.codehaus.jackson.map.deser.std Contains public standard implementations of abstraction that Jackson uses.org.codehaus.jackson.map.ext Contains extended support for "external" packages: things that may or may not be present in runtime environment, but that are commonly enough used so that explicit support can be added.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 Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization.org.codehaus.jackson.map.jsontype.impl Package that contains standard implementations forTypeResolverBuilder
andTypeIdResolver
.org.codehaus.jackson.map.module Package that contains classes and interfaces to help implement custom extensionModule
s (which are registered usingObjectMapper.registerModule(org.codehaus.jackson.map.Module)
.org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding.org.codehaus.jackson.map.ser.impl Contains implementation classes of serialization part of data binding.org.codehaus.jackson.map.ser.std org.codehaus.jackson.map.type org.codehaus.jackson.map.util Utility classes for Mapper package.org.codehaus.jackson.type Contains classes needed for type introspection, mostly used by data binding functionality.org.codehaus.jackson.xc Package that contains XML Compatibility functionality for Jackson, such as handlers for JAXB annotations -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers.TypeReference This class is used to pass full generics type information, and avoid problems with type erasure (that basically removes most usable type references from runtime Class objects). -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers.TypeReference This class is used to pass full generics type information, and avoid problems with type erasure (that basically removes most usable type references from runtime Class objects). -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.deser Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.deser.impl Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.deser.std Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.ext Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.introspect Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.jsontype Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.jsontype.impl Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.module Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.ser Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.ser.impl Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.ser.std Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.type Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers.TypeReference This class is used to pass full generics type information, and avoid problems with type erasure (that basically removes most usable type references from runtime Class objects). -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.map.util Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers. -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.type Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers.TypeReference This class is used to pass full generics type information, and avoid problems with type erasure (that basically removes most usable type references from runtime Class objects). -
Classes in org.codehaus.jackson.type used by org.codehaus.jackson.xc Class Description JavaType Base class for type token classes used both to contain information and as keys for deserializers.