Package | Description |
---|---|
com.fasterxml.jackson.jr.ob | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Method | Description |
---|---|---|
JSON |
JSON.with(MapBuilder b) |
Mutant factory for constructing an instance with specified
MapBuilder ,
and returning new instance (or, if there would be no change, this instance). |
Modifier and Type | Class | Description |
---|---|---|
static class |
MapBuilder.Default |
Default
MapBuilder implementation which builds
either HashMap or LinkedHashMap instances
(depending on JSON.Feature.PRESERVE_FIELD_ORDERING ). |
Modifier and Type | Field | Description |
---|---|---|
protected MapBuilder |
JSONReader._mapBuilder |
Handler that takes care of constructing
Map s as needed |
Modifier and Type | Method | Description |
---|---|---|
protected MapBuilder |
JSONReader._mapBuilder(Class<?> mapType) |
|
static MapBuilder |
MapBuilder.defaultImpl() |
Factory method for getting a blueprint instance of the default
MapBuilder implementation. |
MapBuilder |
MapBuilder.Default.newBuilder(int features) |
|
MapBuilder |
MapBuilder.Default.newBuilder(Class<?> mapImpl) |
|
MapBuilder |
MapBuilder.newBuilder() |
|
abstract MapBuilder |
MapBuilder.newBuilder(int features) |
|
abstract MapBuilder |
MapBuilder.newBuilder(Class<?> mapImpl) |
|
MapBuilder |
MapBuilder.Default.put(Object key,
Object value) |
|
abstract MapBuilder |
MapBuilder.put(Object key,
Object value) |
|
MapBuilder |
MapBuilder.Default.start() |
|
abstract MapBuilder |
MapBuilder.start() |
Modifier and Type | Method | Description |
---|---|---|
protected JSONReader |
JSONReader._with(int features,
TypeDetector td,
com.fasterxml.jackson.core.TreeCodec tc,
CollectionBuilder lb,
MapBuilder mb) |
Overridable method that all mutant factories call if a new instance
is to be constructed
|
Map<Object,Object> |
AnyReader.readFromObject(JSONReader r,
com.fasterxml.jackson.core.JsonParser p,
MapBuilder b) |
|
JSONReader |
JSONReader.with(MapBuilder mb) |
Constructor | Description |
---|---|
JSONReader(int features,
TypeDetector td,
com.fasterxml.jackson.core.TreeCodec treeCodec,
CollectionBuilder lb,
MapBuilder mb) |
Constructor used for creating the blueprint instances.
|
Copyright © 2018. All rights reserved.