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 valuebooleanAll instances of DocumentNull are the sameinthashCode()All instances of DocumentNull have the same hash code since they are indistinguishablecom.inductiveautomation.ignition.common.gson.JsonNullMethods 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:
deepCopyin classDocumentElement
-
toJsonElement
public com.inductiveautomation.ignition.common.gson.JsonNull toJsonElement()- Specified by:
toJsonElementin 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
-