Package | Description |
---|---|
com.fasterxml.jackson.annotation |
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
|
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.annotation |
Annotations that directly depend on classes in databinding bundle
(not just Jackson core) and can not be included
in Jackson core annotations package (because it can not have any
external dependencies).
|
com.fasterxml.jackson.databind.cfg |
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
com.fasterxml.jackson.databind ). |
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.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.jsonFormatVisitors |
Classes used for exposing logical structure of POJOs as Jackson
sees it, and exposed via
ObjectMapper.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper)
and
ObjectMapper.acceptJsonFormatVisitor(com.fasterxml.jackson.databind.JavaType, JsonFormatVisitorWrapper)
methods. |
com.fasterxml.jackson.databind.jsonschema |
Classes needed for JSON schema support (currently just ability
to generate schemas using serialization part of data mapping)
|
com.fasterxml.jackson.databind.jsontype |
Package that contains interfaces that define how to implement
functionality for dynamically resolving type during deserialization.
|
com.fasterxml.jackson.databind.jsontype.impl |
Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver . |
com.fasterxml.jackson.databind.node |
Contains concrete
JsonNode implementations
Jackson uses for the Tree model. |
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.util |
Utility classes for Mapper package.
|
com.fasterxml.jackson.jaxrs.json.annotation |
Package that contains annotations specific to JSON dataformat.
|
com.fasterxml.jackson.module.jaxb |
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
|
Class and Description |
---|
JacksonAnnotation
Meta-annotation (annotations used on other annotations)
used for marking all annotations that are
part of Jackson package.
|
JsonAutoDetect.Visibility
Enumeration for possible visibility thresholds (minimum visibility)
that can be used to limit which methods (and fields) are
auto-detected.
|
JsonCreator.Mode |
JsonFormat
General-purpose annotation used for configuring details of how
values of properties are to be serialized.
|
JsonFormat.Shape
Value enumeration used for indicating preferred Shape; translates
loosely to JSON types, with some extra values to indicate less precise
choices (i.e.
|
JsonFormat.Value
Helper class used to contain information from a single
JsonFormat
annotation. |
JsonInclude.Include
Enumeration used with
JsonInclude
to define which properties
of Java Beans are to be included in serialization. |
JsonTypeInfo.As
Definition of standard type inclusion mechanisms for type metadata.
|
JsonTypeInfo.Id
Definition of different type identifiers that can be included in JSON
during serialization, and used for deserialization.
|
ObjectIdGenerator
Definition of API used for constructing Object Identifiers
(as annotated using
JsonIdentityInfo ). |
ObjectIdGenerator.IdKey
Simple key class that can be used as a key for
ObjectId-to-POJO mappings, when multiple ObjectId types
and scopes are used.
|
ObjectIdResolver
Definition of API used for resolving actual Java object from
Object Identifiers (as annotated using
JsonIdentityInfo ). |
PropertyAccessor
Enumeration used to define kinds of elements (called "property accessors")
that annotations like
JsonAutoDetect apply to. |
Class and Description |
---|
JsonAutoDetect.Visibility
Enumeration for possible visibility thresholds (minimum visibility)
that can be used to limit which methods (and fields) are
auto-detected.
|
JsonCreator.Mode |
JsonFormat.Value
Helper class used to contain information from a single
JsonFormat
annotation. |
JsonInclude.Include
Enumeration used with
JsonInclude
to define which properties
of Java Beans are to be included in serialization. |
JsonTypeInfo.As
Definition of standard type inclusion mechanisms for type metadata.
|
ObjectIdGenerator
Definition of API used for constructing Object Identifiers
(as annotated using
JsonIdentityInfo ). |
ObjectIdResolver
Definition of API used for resolving actual Java object from
Object Identifiers (as annotated using
JsonIdentityInfo ). |
PropertyAccessor
Enumeration used to define kinds of elements (called "property accessors")
that annotations like
JsonAutoDetect apply to. |
Class and Description |
---|
JacksonAnnotation
Meta-annotation (annotations used on other annotations)
used for marking all annotations that are
part of Jackson package.
|
Class and Description |
---|
JsonAutoDetect.Visibility
Enumeration for possible visibility thresholds (minimum visibility)
that can be used to limit which methods (and fields) are
auto-detected.
|
ObjectIdGenerator
Definition of API used for constructing Object Identifiers
(as annotated using
JsonIdentityInfo ). |
ObjectIdResolver
Definition of API used for resolving actual Java object from
Object Identifiers (as annotated using
JsonIdentityInfo ). |
PropertyAccessor
Enumeration used to define kinds of elements (called "property accessors")
that annotations like
JsonAutoDetect apply to. |
Class and Description |
---|
JsonFormat.Shape
Value enumeration used for indicating preferred Shape; translates
loosely to JSON types, with some extra values to indicate less precise
choices (i.e.
|
ObjectIdGenerator
Definition of API used for constructing Object Identifiers
(as annotated using
JsonIdentityInfo ). |
ObjectIdGenerator.IdKey
Simple key class that can be used as a key for
ObjectId-to-POJO mappings, when multiple ObjectId types
and scopes are used.
|
ObjectIdResolver
Definition of API used for resolving actual Java object from
Object Identifiers (as annotated using
JsonIdentityInfo ). |
Class and Description |
---|
ObjectIdGenerator
Definition of API used for constructing Object Identifiers
(as annotated using
JsonIdentityInfo ). |
ObjectIdGenerator.IdKey
Simple key class that can be used as a key for
ObjectId-to-POJO mappings, when multiple ObjectId types
and scopes are used.
|
ObjectIdGenerators.PropertyGenerator
Abstract place-holder class which is used to denote case
where Object Identifier to use comes from a POJO property
(getter method or field).
|
ObjectIdResolver
Definition of API used for resolving actual Java object from
Object Identifiers (as annotated using
JsonIdentityInfo ). |
Class and Description |
---|
JsonAutoDetect
Class annotation that can be used to define which kinds of Methods
are to be detected by auto-detection.
|
JsonAutoDetect.Visibility
Enumeration for possible visibility thresholds (minimum visibility)
that can be used to limit which methods (and fields) are
auto-detected.
|
JsonCreator.Mode |
JsonFormat.Value
Helper class used to contain information from a single
JsonFormat
annotation. |
JsonInclude.Include
Enumeration used with
JsonInclude
to define which properties
of Java Beans are to be included in serialization. |
ObjectIdGenerator
Definition of API used for constructing Object Identifiers
(as annotated using
JsonIdentityInfo ). |
ObjectIdResolver
Definition of API used for resolving actual Java object from
Object Identifiers (as annotated using
JsonIdentityInfo ). |
PropertyAccessor
Enumeration used to define kinds of elements (called "property accessors")
that annotations like
JsonAutoDetect apply to. |
Class and Description |
---|
JsonCreator
Marker annotation that can be used to define constructors and factory
methods as one to use for instantiating new instances of the associated
class.
|
JsonValue
Marker annotation similar to
XmlValue
that indicates that results of the annotated "getter" method
(which means signature must be that of getters; non-void return
type, no args) is to be used as the single value to serialize
for the instance. |
Class and Description |
---|
JacksonAnnotation
Meta-annotation (annotations used on other annotations)
used for marking all annotations that are
part of Jackson package.
|
JsonCreator
Marker annotation that can be used to define constructors and factory
methods as one to use for instantiating new instances of the associated
class.
|
JsonValue
Marker annotation similar to
XmlValue
that indicates that results of the annotated "getter" method
(which means signature must be that of getters; non-void return
type, no args) is to be used as the single value to serialize
for the instance. |
Class and Description |
---|
JsonTypeInfo.As
Definition of standard type inclusion mechanisms for type metadata.
|
JsonTypeInfo.Id
Definition of different type identifiers that can be included in JSON
during serialization, and used for deserialization.
|
Class and Description |
---|
JsonTypeInfo.As
Definition of standard type inclusion mechanisms for type metadata.
|
JsonTypeInfo.Id
Definition of different type identifiers that can be included in JSON
during serialization, and used for deserialization.
|
Class and Description |
---|
JsonIgnore
Marker annotation that indicates that the annotated method or field is to be
ignored by introspection-based
serialization and deserialization functionality.
|
Class and Description |
---|
JsonInclude.Include
Enumeration used with
JsonInclude
to define which properties
of Java Beans are to be included in serialization. |
ObjectIdGenerator
Definition of API used for constructing Object Identifiers
(as annotated using
JsonIdentityInfo ). |
Class and Description |
---|
JsonInclude.Include
Enumeration used with
JsonInclude
to define which properties
of Java Beans are to be included in serialization. |
ObjectIdGenerator
Definition of API used for constructing Object Identifiers
(as annotated using
JsonIdentityInfo ). |
Class and Description |
---|
JsonFormat.Shape
Value enumeration used for indicating preferred Shape; translates
loosely to JSON types, with some extra values to indicate less precise
choices (i.e.
|
JsonFormat.Value
Helper class used to contain information from a single
JsonFormat
annotation. |
Class and Description |
---|
JsonInclude.Include
Enumeration used with
JsonInclude
to define which properties
of Java Beans are to be included in serialization. |
Class and Description |
---|
JacksonAnnotation
Meta-annotation (annotations used on other annotations)
used for marking all annotations that are
part of Jackson package.
|
Class and Description |
---|
JsonFormat.Value
Helper class used to contain information from a single
JsonFormat
annotation. |
JsonInclude.Include
Enumeration used with
JsonInclude
to define which properties
of Java Beans are to be included in serialization. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.