Class DocumentNull
java.lang.Object
com.inductiveautomation.ignition.common.document.DocumentElement
com.inductiveautomation.ignition.common.document.DocumentNull
- All Implemented Interfaces:
Serializable
A class representing a
null
value.- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondeepCopy()
Returns the same instance since it is an immutable valueboolean
All instances of DocumentNull are the sameint
hashCode()
All instances of DocumentNull have the same hash code since they are indistinguishablecom.inductiveautomation.ignition.common.gson.JsonNull
Methods inherited from class com.inductiveautomation.ignition.common.document.DocumentElement
fromJson, getAsBigDecimal, getAsBigInteger, getAsBoolean, getAsByte, getAsCharacter, getAsDocument, getAsDocumentArray, getAsDocumentNull, getAsDocumentPrimitive, getAsDouble, getAsFloat, getAsInt, getAsLong, getAsNumber, getAsShort, getAsString, isDocument, isDocumentArray, isDocumentNull, isDocumentPrimitive, toString, toStringNoIndent
-
Field Details
-
INSTANCE
-
-
Method Details
-
deepCopy
Returns the same instance since it is an immutable value- Specified by:
deepCopy
in classDocumentElement
-
toJsonElement
public com.inductiveautomation.ignition.common.gson.JsonNull toJsonElement()- Specified by:
toJsonElement
in classDocumentElement
-
hashCode
public int hashCode()All instances of DocumentNull have the same hash code since they are indistinguishable -
equals
All instances of DocumentNull are the same
-