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 ValueWriterReaderWriterProvider. findValueWriter(JSONWriter writeContext, java.lang.Class<?> type)ValueWriterReaderWriterProvider.Pair. findValueWriter(JSONWriter ctxt, java.lang.Class<?> type)ValueWriterReaderWriterModifier. modifyValueWriter(JSONWriter writeContext, java.lang.Class<?> type, ValueWriter defaultWriter)Method called afterValueWriterto use has been constructed, but before it is to be used for the first time.ValueWriterReaderWriterModifier.Pair. modifyValueWriter(JSONWriter ctxt, java.lang.Class<?> type, ValueWriter defaultWriter)ValueWriterReaderWriterModifier. 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 matchingValueWriterand are normally directly serialized byJSONWriteritself.ValueWriterReaderWriterModifier.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 ValueWriterReaderWriterModifier. modifyValueWriter(JSONWriter writeContext, java.lang.Class<?> type, ValueWriter defaultWriter)Method called afterValueWriterto use has been constructed, but before it is to be used for the first time.ValueWriterReaderWriterModifier.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 classBeanWriterFields 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. _knownWritersMethods in com.fasterxml.jackson.jr.ob.impl that return ValueWriter Modifier and Type Method Description ValueWriterValueWriterLocator. getValueWriter(int index)
-