Uses of Class
com.fasterxml.jackson.jr.ob.impl.JSONReader
-
Packages that use JSONReader Package Description com.fasterxml.jackson.jr.ob com.fasterxml.jackson.jr.ob.impl -
-
Uses of JSONReader in com.fasterxml.jackson.jr.ob
Fields in com.fasterxml.jackson.jr.ob declared as JSONReader Modifier and Type Field Description protected JSONReaderJSON. _readerBlueprint instance of the reader to use for reading JSON as simple Objects.Methods in com.fasterxml.jackson.jr.ob that return JSONReader Modifier and Type Method Description protected JSONReaderJSON. _defaultReader(int features, com.fasterxml.jackson.core.TreeCodec tc, TypeDetector td)protected JSONReaderJSON. _readerForOperation(com.fasterxml.jackson.core.JsonParser p)Methods in com.fasterxml.jackson.jr.ob with parameters of type JSONReader Modifier and Type Method Description protected JSONJSON. _with(int features, com.fasterxml.jackson.core.JsonFactory jsonF, com.fasterxml.jackson.core.TreeCodec trees, JSONReader reader, JSONWriter writer, com.fasterxml.jackson.core.PrettyPrinter pp)JSONJSON. with(JSONReader r)Mutant factory for constructing an instance with specifiedJSONReader, and returning new instance (or, if there would be no change, this instance).Constructors in com.fasterxml.jackson.jr.ob with parameters of type JSONReader Constructor Description JSON(int features, com.fasterxml.jackson.core.JsonFactory jsonF, com.fasterxml.jackson.core.TreeCodec trees, JSONReader r, JSONWriter w, com.fasterxml.jackson.core.PrettyPrinter pp) -
Uses of JSONReader in com.fasterxml.jackson.jr.ob.impl
Methods in com.fasterxml.jackson.jr.ob.impl that return JSONReader Modifier and Type Method Description protected JSONReaderJSONReader. _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 constructedJSONReaderJSONReader. perOperationInstance(int features, com.fasterxml.jackson.core.JsonParser p)JSONReaderJSONReader. with(CollectionBuilder lb)JSONReaderJSONReader. with(MapBuilder mb)JSONReaderJSONReader. withFeatures(int features)Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type JSONReader Modifier and Type Method Description protected voidBeanReader. handleUnknown(JSONReader reader, com.fasterxml.jackson.core.JsonParser parser, String fieldName)ObjectAnyReader. read(JSONReader r, com.fasterxml.jackson.core.JsonParser p)ObjectArrayReader. read(JSONReader r, com.fasterxml.jackson.core.JsonParser p)ObjectBeanReader. read(JSONReader r, com.fasterxml.jackson.core.JsonParser p)Method used for deserialization; will read an instance of the bean type using given parser.ObjectCollectionReader. read(JSONReader r, com.fasterxml.jackson.core.JsonParser p)ObjectEnumReader. read(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)ObjectJSONReader. read(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)ObjectMapReader. read(JSONReader r, com.fasterxml.jackson.core.JsonParser p)ObjectSimpleValueReader. read(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)abstract ObjectValueReader. read(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)Object[]AnyReader. readArrayFromArray(JSONReader r, com.fasterxml.jackson.core.JsonParser p, CollectionBuilder b)Collection<Object>AnyReader. readCollectionFromArray(JSONReader r, com.fasterxml.jackson.core.JsonParser p, CollectionBuilder b)Map<Object,Object>AnyReader. readFromObject(JSONReader r, com.fasterxml.jackson.core.JsonParser p, MapBuilder b)ObjectAnyReader. readNext(JSONReader r, com.fasterxml.jackson.core.JsonParser p)ObjectArrayReader. readNext(JSONReader r, com.fasterxml.jackson.core.JsonParser p)ObjectBeanReader. readNext(JSONReader r, com.fasterxml.jackson.core.JsonParser p)ObjectCollectionReader. readNext(JSONReader r, com.fasterxml.jackson.core.JsonParser p)ObjectEnumReader. readNext(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)ObjectJSONReader. readNext(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)ObjectMapReader. readNext(JSONReader r, com.fasterxml.jackson.core.JsonParser p)ObjectSimpleValueReader. readNext(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)abstract ObjectValueReader. readNext(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)Constructors in com.fasterxml.jackson.jr.ob.impl with parameters of type JSONReader Constructor Description JSONReader(JSONReader base, int features, TypeDetector td, com.fasterxml.jackson.core.JsonParser p)Constructor used for per-operation (non-blueprint) instance.
-