| Package | Description |
|---|---|
| com.fasterxml.jackson.jr.ob.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ValueReaderLocator |
JSONReader._readerLocator
Object that is used to find value readers dynamically.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueReaderLocator |
ValueReaderLocator.blueprint(int features,
ReaderWriterProvider rwp) |
ValueReaderLocator |
ValueReaderLocator.perOperationInstance(JSONReader r,
int features) |
ValueReaderLocator |
ValueReaderLocator.with(ReaderWriterProvider rwp) |
| Modifier and Type | Method and Description |
|---|---|
protected JSONReader |
JSONReader._with(int features,
ValueReaderLocator 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,
ValueReaderLocator td,
TreeCodec treeCodec,
CollectionBuilder lb,
MapBuilder mb)
Constructor used for creating the blueprint instances.
|
JSONReader(JSONReader base,
int features,
ValueReaderLocator td,
JsonParser p)
Constructor used for per-operation (non-blueprint) instance.
|
ValueReaderLocator(ValueReaderLocator base,
int features,
JSONReader r) |
ValueReaderLocator(ValueReaderLocator base,
ReaderWriterProvider rwp) |
Copyright © 2020 FasterXML. All rights reserved.