Uses of Interface
com.cedarsoftware.util.io.JsonReader.JsonClassReaderBase
-
-
Uses of JsonReader.JsonClassReaderBase in com.cedarsoftware.util.io
Subinterfaces of JsonReader.JsonClassReaderBase in com.cedarsoftware.util.io Modifier and Type Interface 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.Classes in com.cedarsoftware.util.io that implement JsonReader.JsonClassReaderBase Modifier and Type Class Description static class
Readers.AtomicBooleanReader
static class
Readers.AtomicIntegerReader
static class
Readers.AtomicLongReader
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
Fields in com.cedarsoftware.util.io with type parameters of type JsonReader.JsonClassReaderBase Modifier and Type Field Description protected Map<Class,JsonReader.JsonClassReaderBase>
JsonReader. readers
Methods in com.cedarsoftware.util.io with parameters of type JsonReader.JsonClassReaderBase Modifier and Type Method Description void
JsonReader. addReader(Class c, JsonReader.JsonClassReaderBase reader)
Call this method to add a custom JSON reader to json-io.static void
JsonReader. addReaderPermanent(Class c, JsonReader.JsonClassReaderBase reader)
Call this method to add a custom JSON reader to json-io.
-