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