Package | Description |
---|---|
com.fasterxml.jackson.jr.ob | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Method | Description |
---|---|---|
protected TypeDetector |
JSON._defaultTypeDetector(int features) |
Modifier and Type | Method | Description |
---|---|---|
protected JSONReader |
JSON._defaultReader(int features,
com.fasterxml.jackson.core.TreeCodec tc,
TypeDetector td) |
|
protected JSONWriter |
JSON._defaultWriter(int features,
com.fasterxml.jackson.core.TreeCodec tc,
TypeDetector td) |
Modifier and Type | Field | Description |
---|---|---|
protected TypeDetector |
JSONReader._typeDetector |
Object that is used to resolve types of values dynamically.
|
protected TypeDetector |
JSONWriter._typeDetector |
Object that is used to resolve types of values dynamically.
|
Modifier and Type | Method | Description |
---|---|---|
static TypeDetector |
TypeDetector.blueprint(int features) |
|
TypeDetector |
TypeDetector.perOperationInstance(int features) |
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
|
protected JSONWriter |
JSONWriter._with(int features,
TypeDetector td,
com.fasterxml.jackson.core.TreeCodec tc) |
Overridable method that all mutant factories call if a new instance
is to be constructed
|
Constructor | Description |
---|---|
JSONReader(int features,
TypeDetector td,
com.fasterxml.jackson.core.TreeCodec treeCodec,
CollectionBuilder lb,
MapBuilder mb) |
Constructor used for creating the blueprint instances.
|
JSONReader(JSONReader base,
int features,
TypeDetector td,
com.fasterxml.jackson.core.JsonParser p) |
Constructor used for per-operation (non-blueprint) instance.
|
JSONWriter(int features,
TypeDetector td,
com.fasterxml.jackson.core.TreeCodec tc) |
Constructor used for creating differently configured blueprint
instances
|
JSONWriter(JSONWriter base,
int features,
TypeDetector td,
com.fasterxml.jackson.core.JsonGenerator g) |
Constructor for non-blueprint instances
|
TypeDetector(TypeDetector base,
int features) |
Copyright © 2018. All rights reserved.