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 OmitValueGsonCompatibilityMode. 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 classOmitValue.Falsestatic classOmitValue.Nullstatic classOmitValue.Parsedstatic classOmitValue.ZeroBytestatic classOmitValue.ZeroCharstatic classOmitValue.ZeroDoublestatic classOmitValue.ZeroFloatstatic classOmitValue.ZeroIntstatic classOmitValue.ZeroLongstatic classOmitValue.ZeroShortFields in com.jsoniter.spi declared as OmitValue Modifier and Type Field Description OmitValueBinding. defaultValueToOmitFields 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. primitiveOmitValuesMethods in com.jsoniter.spi that return OmitValue Modifier and Type Method Description protected OmitValueConfig. createOmitValue(java.lang.reflect.Type valueType)static OmitValueOmitValue.Parsed. parse(java.lang.reflect.Type valueType, java.lang.String defaultValueToOmit)
-