Package com.jsoniter.spi
Interface OmitValue
-
- All Known Implementing Classes:
OmitValue.False
,OmitValue.Null
,OmitValue.Parsed
,OmitValue.ZeroByte
,OmitValue.ZeroChar
,OmitValue.ZeroDouble
,OmitValue.ZeroFloat
,OmitValue.ZeroInt
,OmitValue.ZeroLong
,OmitValue.ZeroShort
public interface OmitValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface 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
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
code()
boolean
shouldOmit(java.lang.Object val)
-