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 ValueReaderLocatorJSONReader. _readerLocatorObject 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 ValueReaderLocatorValueReaderLocator. blueprint(int features, ReaderWriterProvider rwp)ValueReaderLocatorValueReaderLocator. perOperationInstance(JSONReader r, int features)ValueReaderLocatorValueReaderLocator. with(ReaderWriterProvider rwp)Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type ValueReaderLocator Modifier and Type Method Description protected JSONReaderJSONReader. _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)
-