|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.fasterxml.jackson.databind.util | |
---|---|
com.fasterxml.jackson.databind | 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 |
com.fasterxml.jackson.databind.deser | Contains implementation classes of deserialization part of data binding. |
com.fasterxml.jackson.databind.deser.impl | Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. |
com.fasterxml.jackson.databind.deser.std | Contains public standard implementations of abstraction that Jackson uses. |
com.fasterxml.jackson.databind.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. |
com.fasterxml.jackson.databind.introspect | Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations. |
com.fasterxml.jackson.databind.jsontype.impl | Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver . |
com.fasterxml.jackson.databind.ser | Contains implementation classes of serialization part of data binding. |
com.fasterxml.jackson.databind.ser.impl | Contains implementation classes of serialization part of data binding. |
com.fasterxml.jackson.databind.ser.std | |
com.fasterxml.jackson.databind.type | Package that contains concrete implementations of
JavaType , as
well as the factory (TypeFactory ) for
constructing instances from various input data types
(like Class , Type )
and programmatically (for structured types, arrays,
List s and Map s). |
com.fasterxml.jackson.databind.util | Utility classes for Mapper package. |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind | |
---|---|
Annotations
Interface that defines interface for accessing contents of a 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. |
|
NameTransformer
Helper class used to encapsulate details of name mangling, transforming of names using different strategies (prefixes, suffixes). |
|
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 com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.deser | |
---|---|
Annotations
Interface that defines interface for accessing contents of a collection of annotations. |
|
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. |
|
NameTransformer
Helper class used to encapsulate details of name mangling, transforming of names using different strategies (prefixes, suffixes). |
|
TokenBuffer
Utility class used for efficient storage of JsonToken
sequences, needed for temporary buffering. |
|
ViewMatcher
Helper class used for checking whether a property is visible in the active view |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.deser.impl | |
---|---|
Annotations
Interface that defines interface for accessing contents of a collection of annotations. |
|
Named
Simple tag interface mostly to allow sorting by name. |
|
NameTransformer
Helper class used to encapsulate details of name mangling, transforming of names using different strategies (prefixes, suffixes). |
|
TokenBuffer
Utility class used for efficient storage of JsonToken
sequences, needed for temporary buffering. |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.deser.std | |
---|---|
EnumResolver
Helper class used to resolve String values (either JSON Object field names or regular String values) into Java Enum instances. |
|
NameTransformer
Helper class used to encapsulate details of name mangling, transforming of names using different strategies (prefixes, suffixes). |
|
TokenBuffer
Utility class used for efficient storage of JsonToken
sequences, needed for temporary buffering. |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.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 com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.introspect | |
---|---|
Annotations
Interface that defines interface for accessing contents of a collection of annotations. |
|
Named
Simple tag interface mostly to allow sorting by name. |
|
NameTransformer
Helper class used to encapsulate details of name mangling, transforming of names using different strategies (prefixes, suffixes). |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.jsontype.impl | |
---|---|
TokenBuffer
Utility class used for efficient storage of JsonToken
sequences, needed for temporary buffering. |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.ser | |
---|---|
Annotations
Interface that defines interface for accessing contents of a collection of annotations. |
|
Named
Simple tag interface mostly to allow sorting by name. |
|
NameTransformer
Helper class used to encapsulate details of name mangling, transforming of names using different strategies (prefixes, suffixes). |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.ser.impl | |
---|---|
Named
Simple tag interface mostly to allow sorting by name. |
|
NameTransformer
Helper class used to encapsulate details of name mangling, transforming of names using different strategies (prefixes, suffixes). |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.ser.std | |
---|---|
EnumValues
Helper class used for storing String serializations of enumerations. |
|
NameTransformer
Helper class used to encapsulate details of name mangling, transforming of names using different strategies (prefixes, suffixes). |
|
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. |
|
TokenBuffer
Utility class used for efficient storage of JsonToken
sequences, needed for temporary buffering. |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.type | |
---|---|
LRUMap
Helper for simple bounded LRU maps used for reusing lookup values. |
Classes in com.fasterxml.jackson.databind.util used by com.fasterxml.jackson.databind.util | |
---|---|
ArrayBuilders.BooleanBuilder
|
|
ArrayBuilders.ByteBuilder
|
|
ArrayBuilders.DoubleBuilder
|
|
ArrayBuilders.FloatBuilder
|
|
ArrayBuilders.IntBuilder
|
|
ArrayBuilders.LongBuilder
|
|
ArrayBuilders.ShortBuilder
|
|
EnumResolver
Helper class used to resolve String values (either JSON Object field names or regular String values) into Java Enum instances. |
|
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. |
|
Named
Simple tag interface mostly to allow sorting by name. |
|
NameTransformer
Helper class used to encapsulate details of name mangling, transforming of names using different strategies (prefixes, suffixes). |
|
PrimitiveArrayBuilder
Base class for specialized primitive array builders. |
|
SimpleBeanPropertyDefinition
Simple immutable BeanPropertyDefinition implementation that can
be wrapped around a AnnotatedMember that is a simple
accessor (getter) or mutator (setter, constructor parameter)
(or both, for fields). |
|
StdDateFormat
Default DateFormat implementation used by standard Date
serializers and deserializers. |
|
TokenBuffer
Utility class used for efficient storage of JsonToken
sequences, needed for temporary buffering. |
|
TokenBuffer.Segment
Individual segment of TokenBuffer that can store up to 16 tokens (limited by 4 bits per token type marker requirement). |
|
ViewMatcher
Helper class used for checking whether a property is visible in the active view |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |