|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.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.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. |
|
| Named
Simple tag interface mostly to allow sorting by name |
|
| 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. |
|
| EnumResolver
Helper class used to resolve String values (either JSON Object field names or regular String values) into Java Enum instances. |
|
| Named
Simple tag interface mostly to allow sorting by name |
|
| 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). |
|
| RootNameLookup
Helper class for caching resolved root names. |
|
| Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.deser.impl | |
|---|---|
| Annotations
Interface that defines interface for collection of annotations. |
|
| Named
Simple tag interface mostly to allow sorting by name |
|
| Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.deser.std | |
|---|---|
| EnumResolver
Helper 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.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. |
|
| Named
Simple tag interface mostly to allow sorting by name |
|
| 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. |
|
| Named
Simple tag interface mostly to allow sorting by name |
|
| 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.ser.impl | |
|---|---|
| Named
Simple tag interface mostly to allow sorting by name |
|
| Classes in org.codehaus.jackson.map.util used by org.codehaus.jackson.map.ser.std | |
|---|---|
| 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. |
|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||