Package org.h2.util.json
Class JSONBoolean
java.lang.Object
org.h2.util.json.JSONValue
org.h2.util.json.JSONBoolean
JSON boolean.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JSONBoolean
false
value.static final JSONBoolean
true
value.private final boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTo
(JSONTarget<?> target) Appends this value to the specified target.boolean
Returns the value.
-
Field Details
-
FALSE
false
value. -
TRUE
true
value. -
value
private final boolean value
-
-
Constructor Details
-
JSONBoolean
private JSONBoolean(boolean value)
-
-
Method Details