Uses of Package
org.codehaus.jackson.map.util

Packages that use org.codehaus.jackson.map.util
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 via ObjectMapper class, as well as convenience methods included in JsonParser 
org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding. 
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.ser Contains implementation classes of serialization part of data binding. 
org.codehaus.jackson.map.util Utility classes for Mapper package. 
 

Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map
Annotations
          Interface that defines interface for collection of annotations.
ArrayBuilders
          Helper class that contains set of distinct builders for different arrays of primitive values.
LinkedNode
          Node of a forward-only linked list.
ObjectBuffer
          Helper 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.deser
Annotations
          Interface that defines interface for collection of annotations.
ArrayBuilders
          Helper class that contains set of distinct builders for different arrays of primitive values.
ObjectBuffer
          Helper 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.ext
Provider
          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.introspect
Annotations
          Interface that defines interface for collection of annotations.
 

Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.ser
Annotations
          Interface that defines interface for collection of annotations.
EnumValues
          Helper class used for storing String serializations of enumerations.
Provider
          Simple helper class used for decoupling instantiation of optionally loaded handlers, like deserializers and deserializers for libraries that are only present on some platforms.
RootNameLookup
          Helper class for caching resolved root names.
 

Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.util
ArrayBuilders.BooleanBuilder
           
ArrayBuilders.ByteBuilder
           
ArrayBuilders.DoubleBuilder
           
ArrayBuilders.FloatBuilder
           
ArrayBuilders.IntBuilder
           
ArrayBuilders.LongBuilder
           
ArrayBuilders.ShortBuilder
           
EnumValues
          Helper class used for storing String serializations of enumerations.
LinkedNode
          Node of a forward-only linked list.
LRUMap
          Helper for simple bounded LRU maps used for reusing lookup values.
PrimitiveArrayBuilder
          Base class for specialized primitive array builders.
StdDateFormat
          Default DateFormat implementation used by standard Date serializers and deserializers.