Uses of Interface
com.fasterxml.jackson.jr.ob.api.ValueWriter
-
Packages that use ValueWriter Package Description com.fasterxml.jackson.jr.ob.api com.fasterxml.jackson.jr.ob.impl -
-
Uses of ValueWriter in com.fasterxml.jackson.jr.ob.api
Methods in com.fasterxml.jackson.jr.ob.api that return ValueWriter Modifier and Type Method Description ValueWriter
ReaderWriterProvider. findValueWriter(JSONWriter writeContext, java.lang.Class<?> type)
ValueWriter
ReaderWriterProvider.Pair. findValueWriter(JSONWriter ctxt, java.lang.Class<?> type)
ValueWriter
ReaderWriterModifier. modifyValueWriter(JSONWriter writeContext, java.lang.Class<?> type, ValueWriter defaultWriter)
Method called afterValueWriter
to use has been constructed, but before it is to be used for the first time.ValueWriter
ReaderWriterModifier.Pair. modifyValueWriter(JSONWriter ctxt, java.lang.Class<?> type, ValueWriter defaultWriter)
ValueWriter
ReaderWriterModifier. overrideStandardValueWriter(JSONWriter writeContext, java.lang.Class<?> type, int stdTypeId)
Method called instead ofReaderWriterModifier.modifyValueWriter(com.fasterxml.jackson.jr.ob.impl.JSONWriter, java.lang.Class<?>, com.fasterxml.jackson.jr.ob.api.ValueWriter)
for set of non-POJO "standard" JDK types that do not have matchingValueWriter
and are normally directly serialized byJSONWriter
itself.ValueWriter
ReaderWriterModifier.Pair. overrideStandardValueWriter(JSONWriter ctxt, java.lang.Class<?> type, int stdTypeId)
Methods in com.fasterxml.jackson.jr.ob.api with parameters of type ValueWriter Modifier and Type Method Description ValueWriter
ReaderWriterModifier. modifyValueWriter(JSONWriter writeContext, java.lang.Class<?> type, ValueWriter defaultWriter)
Method called afterValueWriter
to use has been constructed, but before it is to be used for the first time.ValueWriter
ReaderWriterModifier.Pair. modifyValueWriter(JSONWriter ctxt, java.lang.Class<?> type, ValueWriter defaultWriter)
-
Uses of ValueWriter in com.fasterxml.jackson.jr.ob.impl
Classes in com.fasterxml.jackson.jr.ob.impl that implement ValueWriter Modifier and Type Class Description class
BeanWriter
Fields in com.fasterxml.jackson.jr.ob.impl with type parameters of type ValueWriter Modifier and Type Field Description protected java.util.concurrent.CopyOnWriteArrayList<ValueWriter>
ValueWriterLocator. _knownWriters
Methods in com.fasterxml.jackson.jr.ob.impl that return ValueWriter Modifier and Type Method Description ValueWriter
ValueWriterLocator. getValueWriter(int index)
-