Uses of Interface
sk.antons.json.literal.JsonLiteral
-
Packages that use JsonLiteral Package Description sk.antons.json sk.antons.json.impl sk.antons.json.literal sk.antons.json.literal.impl sk.antons.json.parse -
-
Uses of JsonLiteral in sk.antons.json
Methods in sk.antons.json that return JsonLiteral Modifier and Type Method Description JsonLiteralJsonValue. asLiteral()Cast this value instance to JsonLiteralstatic JsonLiteralJsonFactory. parseLiteral(String value)Parse string value and return identified literal. -
Uses of JsonLiteral in sk.antons.json.impl
Methods in sk.antons.json.impl that return JsonLiteral Modifier and Type Method Description JsonLiteralJsonValueImpl. asLiteral() -
Uses of JsonLiteral in sk.antons.json.literal
Subinterfaces of JsonLiteral in sk.antons.json.literal Modifier and Type Interface Description interfaceJsonBoolLiteralBoolean literal.interfaceJsonExpLiteralExponent literal value.interfaceJsonFracLiteralFractional literal value.interfaceJsonIntLiteralInteger literal value.interfaceJsonNullLiteralNull literal value.interfaceJsonStringLiteralString literal. -
Uses of JsonLiteral in sk.antons.json.literal.impl
Classes in sk.antons.json.literal.impl that implement JsonLiteral Modifier and Type Class Description classJsonBoolLiteralImplclassJsonExpLiteralImplclassJsonFracLiteralImplclassJsonIntLiteralImplclassJsonLiteralImplclassJsonNullLiteralImplclassJsonStringLiteralImpl -
Uses of JsonLiteral in sk.antons.json.parse
Methods in sk.antons.json.parse that return JsonLiteral Modifier and Type Method Description static JsonLiteralLiteralParser. first(JsonSource source, PathMatcher matcher)First literal with mathed path.Methods in sk.antons.json.parse that return types with arguments of type JsonLiteral Modifier and Type Method Description static List<JsonLiteral>LiteralParser. all(JsonSource source, PathMatcher matcher)All literals with mathed path.
-