Package | Description |
---|---|
com.fasterxml.jackson.jr.ob.api | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Method and Description |
---|---|
ValueWriter |
ReaderWriterProvider.findValueWriter(JSONWriter writeContext,
Class<?> type) |
ValueWriter |
ReaderWriterProvider.Pair.findValueWriter(JSONWriter ctxt,
Class<?> type) |
ValueWriter |
ReaderWriterModifier.modifyValueWriter(JSONWriter writeContext,
Class<?> type,
ValueWriter defaultWriter)
Method called after
ValueWriter to use has been constructed, but
before it is to be used for the first time. |
ValueWriter |
ReaderWriterModifier.Pair.modifyValueWriter(JSONWriter ctxt,
Class<?> type,
ValueWriter defaultWriter) |
ValueWriter |
ReaderWriterModifier.overrideStandardValueWriter(JSONWriter writeContext,
Class<?> type,
int stdTypeId)
Method called instead of
ReaderWriterModifier.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 matching ValueWriter and are
normally directly serialized by JSONWriter itself. |
ValueWriter |
ReaderWriterModifier.Pair.overrideStandardValueWriter(JSONWriter ctxt,
Class<?> type,
int stdTypeId) |
Modifier and Type | Method and Description |
---|---|
ValueWriter |
ReaderWriterModifier.modifyValueWriter(JSONWriter writeContext,
Class<?> type,
ValueWriter defaultWriter)
Method called after
ValueWriter to use has been constructed, but
before it is to be used for the first time. |
ValueWriter |
ReaderWriterModifier.Pair.modifyValueWriter(JSONWriter ctxt,
Class<?> type,
ValueWriter defaultWriter) |
Modifier and Type | Class and Description |
---|---|
class |
BeanWriter |
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteArrayList<ValueWriter> |
ValueWriterLocator._knownWriters |
Modifier and Type | Method and Description |
---|---|
ValueWriter |
ValueWriterLocator.getValueWriter(int index) |
Copyright © 2020 FasterXML. All rights reserved.