Uses of Class
com.fasterxml.jackson.jr.ob.impl.ValueWriterLocator
-
Packages that use ValueWriterLocator Package Description com.fasterxml.jackson.jr.ob.impl -
-
Uses of ValueWriterLocator in com.fasterxml.jackson.jr.ob.impl
Fields in com.fasterxml.jackson.jr.ob.impl declared as ValueWriterLocator Modifier and Type Field Description protected ValueWriterLocator
JSONWriter. _writerLocator
Object that is used to dynamically find Bean (and custom type) value writersMethods in com.fasterxml.jackson.jr.ob.impl that return ValueWriterLocator Modifier and Type Method Description static ValueWriterLocator
ValueWriterLocator. blueprint(int features, ReaderWriterProvider rwp)
ValueWriterLocator
ValueWriterLocator. perOperationInstance(JSONWriter w, int features)
ValueWriterLocator
ValueWriterLocator. with(ReaderWriterProvider rwp)
Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type ValueWriterLocator Modifier and Type Method Description protected JSONWriter
JSONWriter. _with(int features, ValueWriterLocator td, com.fasterxml.jackson.core.TreeCodec tc)
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 ValueWriterLocator Constructor Description JSONWriter(int features, ValueWriterLocator td, com.fasterxml.jackson.core.TreeCodec tc)
Constructor used for creating differently configured blueprint instancesJSONWriter(JSONWriter base, int features, ValueWriterLocator td, com.fasterxml.jackson.core.JsonGenerator g)
Constructor for non-blueprint instancesValueWriterLocator(ValueWriterLocator base, int features, JSONWriter w)
-