Interface JsonNullValue

All Superinterfaces:
JsonElement<Object>, de.espirit.firstspirit.json.JsonOutput

@NonExtendable @Experimental public interface JsonNullValue extends JsonElement<Object>
A value class representing a null value in JSON. CAUTION: This class is still in development and may change drastically without any further notice.
Since:
5.2.191206
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final JsonNullValue
    Static instance representing a "null"-Value.
  • Method Summary

    Methods inherited from interface de.espirit.firstspirit.json.JsonElement

    getValue

    Methods inherited from interface de.espirit.firstspirit.json.JsonOutput

    json, writeTo
  • Field Details

    • NULL

      static final JsonNullValue NULL
      Static instance representing a "null"-Value. This should always be used when the value in a JsonPair is null.
      Since:
      5.2.191206