Uses of Interface
sk.antons.json.literal.JsonBoolLiteral
-
Packages that use JsonBoolLiteral Package Description sk.antons.json sk.antons.json.impl sk.antons.json.literal.impl -
-
Uses of JsonBoolLiteral in sk.antons.json
Methods in sk.antons.json that return JsonBoolLiteral Modifier and Type Method Description JsonBoolLiteralJsonValue. asBoolLiteral()Cast this value instance to JsonBoolLiteralstatic JsonBoolLiteralJsonFactory. boolLiteral(boolean value)Json boolean literal instance factory method. -
Uses of JsonBoolLiteral in sk.antons.json.impl
Methods in sk.antons.json.impl that return JsonBoolLiteral Modifier and Type Method Description JsonBoolLiteralJsonValueImpl. asBoolLiteral() -
Uses of JsonBoolLiteral in sk.antons.json.literal.impl
Classes in sk.antons.json.literal.impl that implement JsonBoolLiteral Modifier and Type Class Description classJsonBoolLiteralImpl
-