Uses of Class
com.fasterxml.jackson.jr.ob.api.ReaderWriterProvider
-
Packages that use ReaderWriterProvider Package Description com.fasterxml.jackson.jr.ob com.fasterxml.jackson.jr.ob.impl -
-
Uses of ReaderWriterProvider in com.fasterxml.jackson.jr.ob
Methods in com.fasterxml.jackson.jr.ob with parameters of type ReaderWriterProvider Modifier and Type Method Description protected JSONReaderJSON. _defaultReader(int features, com.fasterxml.jackson.core.TreeCodec tc, ReaderWriterProvider rwp)protected JSONWriterJSON. _defaultWriter(int features, com.fasterxml.jackson.core.TreeCodec tc, ReaderWriterProvider rwp)JSONJSON. with(ReaderWriterProvider rwp)Mutant factory for constructing an instance with specifiedReaderWriterProvider, and returning new instance (or, if there would be no change, this instance). -
Uses of ReaderWriterProvider in com.fasterxml.jackson.jr.ob.impl
Fields in com.fasterxml.jackson.jr.ob.impl declared as ReaderWriterProvider Modifier and Type Field Description protected ReaderWriterProviderValueReaderLocator. _readerProviderProvider for custom readers, if any; may be null.protected ReaderWriterProviderValueWriterLocator. _writerProviderProvider for custom writers, if any; may be null.Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type ReaderWriterProvider Modifier and Type Method Description static ValueReaderLocatorValueReaderLocator. blueprint(int features, ReaderWriterProvider rwp)static ValueWriterLocatorValueWriterLocator. blueprint(int features, ReaderWriterProvider rwp)JSONReaderJSONReader. with(ReaderWriterProvider rwp)JSONWriterJSONWriter. with(ReaderWriterProvider rwp)ValueReaderLocatorValueReaderLocator. with(ReaderWriterProvider rwp)ValueWriterLocatorValueWriterLocator. with(ReaderWriterProvider rwp)Constructors in com.fasterxml.jackson.jr.ob.impl with parameters of type ReaderWriterProvider Constructor Description ValueReaderLocator(int features, ReaderWriterProvider rwp)Constructor for the blueprint instanceValueReaderLocator(ValueReaderLocator base, ReaderWriterProvider rwp)ValueWriterLocator(int features, ReaderWriterProvider rwp)Constructor for the blueprint instance
-