Package org.h2.util.json
Class JSONNull
- java.lang.Object
-
- org.h2.util.json.JSONValue
-
- org.h2.util.json.JSONNull
-
public class JSONNull extends JSONValue
JSON null.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
JSONNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTo(JSONTarget<?> target)
Appends this value to the specified target.
-
-
-
Field Detail
-
NULL
public static final JSONNull NULL
null
value.
-
-
Method Detail
-
addTo
public void addTo(JSONTarget<?> target)
Description copied from class:JSONValue
Appends this value to the specified target.
-
-