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
  • Method Details

    • shouldOmit

      boolean shouldOmit(Object val)
    • code

      String code()