public class DefaultJsonConverter extends AbstractJsonConvertibleRecord
| Constructor and Description |
|---|
DefaultJsonConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createIOMaps()
Must be implemented in subclasses to define how fields, objects, arrays
should be saved based on the Jackson streaming API.
|
dumpJSON, fromJSON, getJsonGenerator, getJsonParser, setJsonField, setShowWarnings, toJSONprotected void createIOMaps()
AbstractJsonConvertibleRecordcreateIOMaps in class AbstractJsonConvertibleRecord