Uses of Class
com.fasterxml.jackson.jr.ob.impl.ValueWriterLocator
-
Packages that use ValueWriterLocator Package Description com.fasterxml.jackson.jr.ob com.fasterxml.jackson.jr.ob.impl -
-
Uses of ValueWriterLocator in com.fasterxml.jackson.jr.ob
Fields in com.fasterxml.jackson.jr.ob declared as ValueWriterLocator Modifier and Type Field Description protected ValueWriterLocator
JSON. _valueWriterLocator
Constructors in com.fasterxml.jackson.jr.ob with parameters of type ValueWriterLocator Constructor Description JSON(JSON base, ValueReaderLocator rloc, ValueWriterLocator wloc)
-
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(ReaderWriterProvider rwp, ReaderWriterModifier rwm)
ValueWriterLocator
ValueWriterLocator. perOperationInstance(JSONWriter w, int features)
ValueWriterLocator
ValueWriterLocator. with(ReaderWriterModifier rwm)
ValueWriterLocator
ValueWriterLocator. with(ReaderWriterProvider rwp)
Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type ValueWriterLocator Modifier and Type Method Description JSONWriter
JSONWriter. perOperationInstance(int features, ValueWriterLocator loc, com.fasterxml.jackson.core.TreeCodec tc, com.fasterxml.jackson.core.JsonGenerator g)
Constructors in com.fasterxml.jackson.jr.ob.impl with parameters of type ValueWriterLocator Constructor Description JSONWriter(JSONWriter base, int features, ValueWriterLocator loc, com.fasterxml.jackson.core.TreeCodec tc, com.fasterxml.jackson.core.JsonGenerator g)
Constructor for non-blueprint instances.ValueWriterLocator(ValueWriterLocator base, int features, JSONWriter w)
-