Package com.fasterxml.jackson.jr.ob.api
-
Interface Summary Interface Description ValueWriter -
Class Summary Class Description CollectionBuilder Helper class that is used for constructingCollections to map JSON Array values in.CollectionBuilder.Default DefaultCollectionBuilderimplementation, which usesArrayListas the type ofListto build, unless instructed otherwise.MapBuilder Helper class that is used for constructingMaps to map JSON Object values in.MapBuilder.Default DefaultMapBuilderimplementation which builds eitherHashMaporLinkedHashMapinstances (depending onJSON.Feature.PRESERVE_FIELD_ORDERING).ReaderWriterProvider API to implement to provide customValueReaders andValueWriters.ValueReader API and base class for all "deserializer" implementations used to actually read values of Java types from (JSON) input.