Package | Description |
---|---|
com.cedarsoftware.io | |
com.cedarsoftware.io.factory |
Modifier and Type | Method and Description |
---|---|
JsonReader.JsonClassReader |
ReadOptions.getCustomReader(Class<?> c)
Fetch the custom reader for the passed in Class.
|
JsonReader.JsonClassReader |
ReadOptionsBuilder.DefaultReadOptions.getCustomReader(Class<?> c)
Fetch the custom reader for the passed in Class.
|
Modifier and Type | Method and Description |
---|---|
ReadOptionsBuilder |
ReadOptionsBuilder.addCustomReaderClass(Class<?> clazz,
JsonReader.JsonClassReader customReader) |
static void |
ReadOptionsBuilder.addPermanentReader(Class<?> c,
JsonReader.JsonClassReader reader)
Call this method to add a custom JSON reader to json-io.
|
Modifier and Type | Method and Description |
---|---|
ReadOptionsBuilder |
ReadOptionsBuilder.replaceCustomReaderClasses(Map<? extends Class<?>,? extends JsonReader.JsonClassReader> customReaderClasses) |
Modifier and Type | Class and Description |
---|---|
static class |
RecordFactory.RecordReader |
Copyright © 2024. All rights reserved.