Uses of Package
com.fasterxml.jackson.jr.ob.impl
-
Packages that use com.fasterxml.jackson.jr.ob.impl Package Description com.fasterxml.jackson.jr.ob com.fasterxml.jackson.jr.ob.api com.fasterxml.jackson.jr.ob.impl com.fasterxml.jackson.jr.type -
Classes in com.fasterxml.jackson.jr.ob.impl used by com.fasterxml.jackson.jr.ob Class Description JSONReader Root-level helper object that handles initial delegation to actual readers (which areValueReader
s), but does not handle any of reading itself (despite name).JSONWriter Object that handles serialization of simple Objects into underlying data format (usually JSON).ValueReaderLocator Helper object used for efficient detection of type information relevant to our conversion needs when writing out Java Objects as JSON.ValueWriterLocator Helper object used for efficient detection of type information relevant to our conversion needs when writing out Java Objects as JSON. -
Classes in com.fasterxml.jackson.jr.ob.impl used by com.fasterxml.jackson.jr.ob.api Class Description JSONReader Root-level helper object that handles initial delegation to actual readers (which areValueReader
s), but does not handle any of reading itself (despite name).JSONWriter Object that handles serialization of simple Objects into underlying data format (usually JSON).POJODefinition Definition of a single Bean-style Java class, without assumptions on usage for serialization or deserialization, used as input for constructing bean readers and writers. -
Classes in com.fasterxml.jackson.jr.ob.impl used by com.fasterxml.jackson.jr.ob.impl Class Description AnyReader ValueReader
used for "untyped" values; ones that are bound to whateverObject
is the natural mapping to JSON value that parser currently points toBeanPropertyIntrospector Helper class that jackson-jr uses by default to introspect POJO properties (represented asPOJODefinition
) to build general POJO readers (deserializers) and writers (serializers).BeanPropertyReader BeanPropertyWriter Simple container class used to contain information needed for serializing value of a single POJO property.BeanReader Class that contains information about dynamically introspected Bean types, to be able to deserialize (read) JSON into a POJO and serialize (write) POJO as JSON.ClassKey Key class, used as an efficient and accurate key for locating per-class values fromMap
s.JSONReader Root-level helper object that handles initial delegation to actual readers (which areValueReader
s), but does not handle any of reading itself (despite name).JSONWriter Object that handles serialization of simple Objects into underlying data format (usually JSON).POJODefinition Definition of a single Bean-style Java class, without assumptions on usage for serialization or deserialization, used as input for constructing bean readers and writers.POJODefinition.Prop ValueReaderLocator Helper object used for efficient detection of type information relevant to our conversion needs when writing out Java Objects as JSON.ValueWriterLocator Helper object used for efficient detection of type information relevant to our conversion needs when writing out Java Objects as JSON. -
Classes in com.fasterxml.jackson.jr.ob.impl used by com.fasterxml.jackson.jr.type Class Description ClassKey Key class, used as an efficient and accurate key for locating per-class values fromMap
s.