Uses of Class
io.helidon.json.JsonBoolean
Packages that use JsonBoolean
-
Uses of JsonBoolean in io.helidon.json
Fields in io.helidon.json declared as JsonBooleanModifier and TypeFieldDescriptionstatic final JsonBooleanJsonBoolean.FALSEThe singleton instance representing the JSON boolean value false.static final JsonBooleanJsonBoolean.TRUEThe singleton instance representing the JSON boolean value true.Methods in io.helidon.json that return JsonBooleanModifier and TypeMethodDescriptionJsonValue.asBoolean()Cast this value to a JsonBoolean if it is of boolean type.static JsonBooleanJsonBoolean.create(boolean value) Create a JsonBoolean from a boolean value.