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