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 ValueWriterLocatorJSONWriter. _writerLocatorObject 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 ValueWriterLocatorValueWriterLocator. blueprint(int features, ReaderWriterProvider rwp)ValueWriterLocatorValueWriterLocator. perOperationInstance(JSONWriter w, int features)ValueWriterLocatorValueWriterLocator. with(ReaderWriterProvider rwp)Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type ValueWriterLocator Modifier and Type Method Description protected JSONWriterJSONWriter. _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)
-