Modifier and Type | Interface and Description |
---|---|
static interface |
JsonReader.JsonClassReader
Implement this interface to add a custom JSON reader.
|
static interface |
JsonReader.JsonClassReaderEx
Implement this interface to add a custom JSON reader.
|
Modifier and Type | Class and Description |
---|---|
static class |
Readers.BigDecimalReader |
static class |
Readers.BigIntegerReader |
static class |
Readers.CalendarReader |
static class |
Readers.ClassReader |
static class |
Readers.DateReader |
static class |
Readers.LocaleReader |
static class |
Readers.SqlDateReader |
static class |
Readers.StringBufferReader |
static class |
Readers.StringBuilderReader |
static class |
Readers.StringReader |
static class |
Readers.TimestampReader |
static class |
Readers.TimeZoneReader |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<Class,JsonReader.JsonClassReaderBase> |
JsonReader.readers |
Modifier and Type | Method and Description |
---|---|
void |
JsonReader.addReader(Class c,
JsonReader.JsonClassReaderBase reader)
Call this method to add your custom JSON reader to json-io.
|
Copyright © 2015. All rights reserved.