Uses of Interface
com.jsoniter.spi.OmitValue
-
Packages that use OmitValue Package Description com.jsoniter.extra com.jsoniter.spi -
-
Uses of OmitValue in com.jsoniter.extra
Methods in com.jsoniter.extra that return OmitValue Modifier and Type Method Description protected OmitValue
GsonCompatibilityMode. createOmitValue(java.lang.reflect.Type valueType)
-
Uses of OmitValue in com.jsoniter.spi
Classes in com.jsoniter.spi that implement OmitValue Modifier and Type Class Description static class
OmitValue.False
static class
OmitValue.Null
static class
OmitValue.Parsed
static class
OmitValue.ZeroByte
static class
OmitValue.ZeroChar
static class
OmitValue.ZeroDouble
static class
OmitValue.ZeroFloat
static class
OmitValue.ZeroInt
static class
OmitValue.ZeroLong
static class
OmitValue.ZeroShort
Fields in com.jsoniter.spi declared as OmitValue Modifier and Type Field Description OmitValue
Binding. defaultValueToOmit
Fields in com.jsoniter.spi with type parameters of type OmitValue Modifier and Type Field Description private static java.util.Map<java.lang.Class,OmitValue>
Config. primitiveOmitValues
Methods in com.jsoniter.spi that return OmitValue Modifier and Type Method Description protected OmitValue
Config. createOmitValue(java.lang.reflect.Type valueType)
static OmitValue
OmitValue.Parsed. parse(java.lang.reflect.Type valueType, java.lang.String defaultValueToOmit)
-