Class JSONBoolean
java.lang.Object
org.h2.util.json.JSONValue
org.h2.util.json.JSONBoolean
JSON boolean.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JSONBooleanfalsevalue.static final JSONBooleantruevalue.private final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTo(JSONTarget<?> target) Appends this value to the specified target.booleanReturns the value.
-
Field Details
-
FALSE
falsevalue. -
TRUE
truevalue. -
value
private final boolean value
-
-
Constructor Details
-
JSONBoolean
private JSONBoolean(boolean value)
-
-
Method Details