| CollectionBuilder |
Helper class that is used for constructing Collections
to map JSON Array values in.
|
| CollectionBuilder.Default |
Default CollectionBuilder implementation, which uses ArrayList
as the type of List to build, unless instructed otherwise.
|
| ExtensionContext |
|
| MapBuilder |
Helper class that is used for constructing Maps
to map JSON Object values in.
|
| MapBuilder.Default |
|
| ReaderWriterModifier |
API to implement to apply modifications to ValueReaders and
ValueWriters of all kinds (default scalar ones, custom ones,
POJO ones).
|
| ReaderWriterModifier.Pair |
Implementation that allows chaining of two modifiers, one (first) with higher precedence
than the other (second).
|
| ReaderWriterProvider |
|
| ReaderWriterProvider.Pair |
Implementation that allows chaining of two providers, one (first) with higher precedence
than the other (second).
|
| ValueReader |
API and base class for all "deserializer" implementations used to actually read
values of Java types from (JSON) input.
|