Package com.jsoniter.spi
Class OmitValue.Null
- java.lang.Object
-
- com.jsoniter.spi.OmitValue.Null
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.jsoniter.spi.OmitValue
OmitValue.False, OmitValue.Null, OmitValue.Parsed, OmitValue.ZeroByte, OmitValue.ZeroChar, OmitValue.ZeroDouble, OmitValue.ZeroFloat, OmitValue.ZeroInt, OmitValue.ZeroLong, OmitValue.ZeroShort
-
-
Constructor Summary
Constructors Constructor Description Null()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
code()
boolean
shouldOmit(java.lang.Object val)
-
-
-
Method Detail
-
shouldOmit
public boolean shouldOmit(java.lang.Object val)
- Specified by:
shouldOmit
in interfaceOmitValue
-
-