Class JSONNullValue
- java.lang.Object
-
- com.dynatrace.openkit.util.json.objects.JSONValue
-
- com.dynatrace.openkit.util.json.objects.JSONNullValue
-
public class JSONNullValue extends JSONValue
JSON value class representing a null value.
-
-
Field Summary
Fields Modifier and Type Field Description static JSONNullValueNULLThe sole instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNull()Get a boolean indicating whether this instance represents a JSON null value or not.
-
-
-
Field Detail
-
NULL
public static final JSONNullValue NULL
The sole instance of this class.
-
-