| Package | Description |
|---|---|
| com.fasterxml.jackson.jr.ob | |
| com.fasterxml.jackson.jr.ob.impl | |
| com.fasterxml.jackson.jr.type |
| Class | Description |
|---|---|
| CollectionBuilder |
Helper class that is used for constructing
Collections
to map JSON Array values in. |
| JSONReader |
Object that handles construction of simple Objects from JSON.
|
| JSONWriter |
Object that handles serialization of simple Objects into
JSON.
|
| MapBuilder |
Helper class that is used for constructing
Maps
to map JSON Object values in. |
| TypeDetector |
Helper object used for efficient detection of type information
relevant to our conversion needs when writing out Java Objects
as JSON.
|
| Class | Description |
|---|---|
| AnyReader |
ValueReader used for "untyped" values; ones that are bound
to whatever Object is the natural mapping to JSON
value that parser currently points to |
| 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 from
Maps. |
| CollectionBuilder |
Helper class that is used for constructing
Collections
to map JSON Array values in. |
| JSONReader |
Object that handles construction of simple Objects from JSON.
|
| JSONWriter |
Object that handles serialization of simple Objects into
JSON.
|
| MapBuilder |
Helper class that is used for constructing
Maps
to map JSON Object values in. |
| 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 | |
| TypeDetector |
Helper object used for efficient detection of type information
relevant to our conversion needs when writing out Java Objects
as JSON.
|
| ValueReader |
Helper class used when reading values of complex types other
than Beans.
|
| Class | Description |
|---|---|
| ClassKey |
Key class, used as an efficient and accurate key
for locating per-class values from
Maps. |
Copyright © 2018. All rights reserved.