Uses of Enum Class
org.tquadrat.foundation.jsonbuilder.JSONLiteral
Packages that use JSONLiteral
Package
Description
The classes that form the API for the Foundation JSON Builder
library.
-
Uses of JSONLiteral in org.tquadrat.foundation.jsonbuilder
Subclasses with type arguments of type JSONLiteral in org.tquadrat.foundation.jsonbuilderMethods in org.tquadrat.foundation.jsonbuilder that return JSONLiteralModifier and TypeMethodDescriptiondefault JSONLiteralJSONValue.asBoolean()Returns this JSON value as JSON literalsfalseortrue, assuming that this value represents a JSON Boolean.default JSONLiteralJSONBuilder.valueOf(boolean value) Returns aJSONValueinstance that represents the givenbooleanvalue.static JSONLiteralReturns the enum constant of this class with the specified name.default JSONLiteralJSONBuilder.valueOfNull()Returns aJSONValueinstance that represents thenullvalue.static JSONLiteral[]JSONLiteral.values()Returns an array containing the constants of this enum class, in the order they are declared.
