public interface ValueWriter
Modifier and Type | Method and Description |
---|---|
Class<?> |
valueType()
Accessor for non-generic (type-erased) type of values this reader
produces from input.
|
void |
writeValue(JSONWriter context,
JsonGenerator g,
Object value) |
void writeValue(JSONWriter context, JsonGenerator g, Object value) throws IOException
IOException
Class<?> valueType()
Copyright © 2020 FasterXML. All rights reserved.