Uses of Package
org.codehaus.jackson.map.util
Packages that use org.codehaus.jackson.map.util
Package
Description
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 via
ObjectMapper
class, as well
as convenience methods included in
JsonParser
Contains implementation classes of deserialization part of
data binding.
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
Contains public standard implementations of abstraction that
Jackson uses.
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.
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
Contains implementation classes of serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
Utility classes for Mapper package.
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.mapClassDescriptionInterface that defines interface for collection of annotations.Helper class that contains set of distinct builders for different arrays of primitive values.Node of a forward-only linked list.Simple tag interface mostly to allow sorting by nameHelper class to use for constructing Object arrays by appending entries to create arrays of various lengths (length that is not known a priori).
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.deserClassDescriptionInterface that defines interface for collection of annotations.Helper class that contains set of distinct builders for different arrays of primitive values.Helper class used to resolve String values (either JSON Object field names or regular String values) into Java Enum instances.Simple tag interface mostly to allow sorting by nameHelper class to use for constructing Object arrays by appending entries to create arrays of various lengths (length that is not known a priori).Helper class for caching resolved root names.
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.deser.implClassDescriptionInterface that defines interface for collection of annotations.Simple tag interface mostly to allow sorting by name
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.deser.stdClassDescriptionHelper class used to resolve String values (either JSON Object field names or regular String values) into Java Enum instances.
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.extClassDescriptionSimple helper class used for decoupling instantiation of optionally loaded handlers, like deserializers and deserializers for libraries that are only present on some platforms.
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.introspectClassDescriptionInterface that defines interface for collection of annotations.Simple tag interface mostly to allow sorting by name
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.serClassDescriptionInterface that defines interface for collection of annotations.Helper class used for storing String serializations of enumerations.Simple tag interface mostly to allow sorting by nameSimple helper class used for decoupling instantiation of optionally loaded handlers, like deserializers and deserializers for libraries that are only present on some platforms.Helper class for caching resolved root names.
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.ser.impl
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.ser.stdClassDescriptionHelper class used for storing String serializations of enumerations.Simple helper class used for decoupling instantiation of optionally loaded handlers, like deserializers and deserializers for libraries that are only present on some platforms.
-
Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.utilClassDescriptionHelper class used to resolve String values (either JSON Object field names or regular String values) into Java Enum instances.Helper class used for storing String serializations of enumerations.Node of a forward-only linked list.Helper for simple bounded LRU maps used for reusing lookup values.Base class for specialized primitive array builders.Default
DateFormat
implementation used by standard Date serializers and deserializers.