Uses of Class
com.fasterxml.jackson.jr.ob.impl.ValueReaderLocator
-
Packages that use ValueReaderLocator Package Description com.fasterxml.jackson.jr.ob.impl -
-
Uses of ValueReaderLocator in com.fasterxml.jackson.jr.ob.impl
Fields in com.fasterxml.jackson.jr.ob.impl declared as ValueReaderLocator Modifier and Type Field Description protected ValueReaderLocator
JSONReader. _readerLocator
Object that is used to find value readers dynamically.Methods in com.fasterxml.jackson.jr.ob.impl that return ValueReaderLocator Modifier and Type Method Description static ValueReaderLocator
ValueReaderLocator. blueprint(int features, ReaderWriterProvider rwp)
ValueReaderLocator
ValueReaderLocator. perOperationInstance(JSONReader r, int features)
ValueReaderLocator
ValueReaderLocator. with(ReaderWriterProvider rwp)
Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type ValueReaderLocator Modifier and Type Method Description protected JSONReader
JSONReader. _with(int features, ValueReaderLocator 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 constructedConstructors in com.fasterxml.jackson.jr.ob.impl with parameters of type ValueReaderLocator Constructor Description JSONReader(int features, ValueReaderLocator td, com.fasterxml.jackson.core.TreeCodec treeCodec, CollectionBuilder lb, MapBuilder mb)
Constructor used for creating the blueprint instances.JSONReader(JSONReader base, int features, ValueReaderLocator td, com.fasterxml.jackson.core.JsonParser p)
Constructor used for per-operation (non-blueprint) instance.ValueReaderLocator(ValueReaderLocator base, int features, JSONReader r)
ValueReaderLocator(ValueReaderLocator base, ReaderWriterProvider rwp)
-