Uses of Package
tools.jackson.databind.jsonFormatVisitors
Packages that use tools.jackson.databind.jsonFormatVisitors
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Contains implementation classes of deserialization part of
data binding.
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.
Package that contains handlers specific to datatypes introduced in Java 8.
Package that contains handlers specific to SQL datatypes.
Classes used for exposing logical structure of POJOs as Jackson
sees it, and exposed via
ObjectMapper.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper)
and
ObjectMapper.acceptJsonFormatVisitor(tools.jackson.databind.JavaType, JsonFormatVisitorWrapper)
methods.Contains implementation classes of serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
-
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databindClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types.Visitor called when properties of a type that maps to JSON Object are being visited: this usually means POJOs, but sometimes other types use it too (likeEnumMap). -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.deserClassDescriptionVisitor called when properties of a type that maps to JSON Object are being visited: this usually means POJOs, but sometimes other types use it too (like
EnumMap). -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.extClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types. -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.ext.javatime.serClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types. -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.ext.javatime.ser.key
-
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.ext.jdk8ClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types. -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.ext.sqlClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types. -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.jsonFormatVisitorsClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types.Visitor called when properties of a type that maps to JSON Object are being visited: this usually means POJOs, but sometimes other types use it too (likeEnumMap).This enum represents the encoded format for a jsonSchema value typeDefault "empty" implementation, useful as the base to start on; especially as it is guaranteed to implement all the method of the interface, even if new methods are getting added. -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.serClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types.Visitor called when properties of a type that maps to JSON Object are being visited: this usually means POJOs, but sometimes other types use it too (likeEnumMap). -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.ser.beanClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types.Visitor called when properties of a type that maps to JSON Object are being visited: this usually means POJOs, but sometimes other types use it too (likeEnumMap). -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.ser.impl
-
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.ser.jacksonClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types. -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.ser.jdkClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types.Visitor called when properties of a type that maps to JSON Object are being visited: this usually means POJOs, but sometimes other types use it too (likeEnumMap). -
Classes in tools.jackson.databind.jsonFormatVisitors used by tools.jackson.databind.ser.stdClassDescriptionInterface
ValueSerializerimplements to allow for visiting type hierarchy.Interface for visitor callbacks, when type in question can be any of legal JSON types.Visitor called when properties of a type that maps to JSON Object are being visited: this usually means POJOs, but sometimes other types use it too (likeEnumMap).This enum represents the encoded format for a jsonSchema value type