Class DocumentNull

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DocumentNull
    extends DocumentElement
    A class representing a null value.
    See Also:
    Serialized Form
    • Method Detail

      • toJsonElement

        public com.inductiveautomation.ignition.common.gson.JsonNull toJsonElement()
        Specified by:
        toJsonElement in class DocumentElement
      • hashCode

        public int hashCode()
        All instances of DocumentNull have the same hash code since they are indistinguishable
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        All instances of DocumentNull are the same
        Overrides:
        equals in class java.lang.Object