Package com.fasterxml.jackson.jr.ob.api
-
Interface Summary Interface Description ValueWriter -
Class Summary Class Description CollectionBuilder Helper class that is used for constructingCollection
s to map JSON Array values in.CollectionBuilder.Default DefaultCollectionBuilder
implementation, which usesArrayList
as the type ofList
to build, unless instructed otherwise.MapBuilder Helper class that is used for constructingMap
s to map JSON Object values in.MapBuilder.Default DefaultMapBuilder
implementation which builds eitherHashMap
orLinkedHashMap
instances (depending onJSON.Feature.PRESERVE_FIELD_ORDERING
).ReaderWriterProvider API to implement to provide customValueReader
s andValueWriter
s.ValueReader API and base class for all "deserializer" implementations used to actually read values of Java types from (JSON) input.