Uses of Interface
sk.antons.json.literal.JsonStringLiteral
-
Packages that use JsonStringLiteral Package Description sk.antons.json sk.antons.json.impl sk.antons.json.literal.impl -
-
Uses of JsonStringLiteral in sk.antons.json
Methods in sk.antons.json that return JsonStringLiteral Modifier and Type Method Description JsonStringLiteralJsonValue. asStringLiteral()Cast this value instance to JsonStringLiteralstatic JsonStringLiteralJsonFactory. stringLiteral(String value)Json string literal instance factory method. -
Uses of JsonStringLiteral in sk.antons.json.impl
Methods in sk.antons.json.impl that return JsonStringLiteral Modifier and Type Method Description JsonStringLiteralJsonValueImpl. asStringLiteral() -
Uses of JsonStringLiteral in sk.antons.json.literal.impl
Classes in sk.antons.json.literal.impl that implement JsonStringLiteral Modifier and Type Class Description classJsonStringLiteralImpl
-