| Interface | Description |
|---|---|
| ValueWriter |
| Class | Description |
|---|---|
| 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. |
| MapBuilder |
Helper class that is used for constructing
Maps
to map JSON Object values in. |
| MapBuilder.Default |
Default
MapBuilder implementation which builds
either HashMap or LinkedHashMap instances
(depending on JSON.Feature.PRESERVE_FIELD_ORDERING). |
| ReaderWriterProvider |
API to implement to provide custom
ValueReaders and
ValueWriters. |
| ValueReader |
API and base class for all "deserializer" implementations used to actually read
values of Java types from (JSON) input.
|
Copyright © 2020 FasterXML. All rights reserved.