Uses of Interface
sk.antons.json.literal.JsonLiteral
Packages that use JsonLiteral
Package
Description
-
Uses of JsonLiteral in sk.antons.json
Methods in sk.antons.json that return JsonLiteralModifier and TypeMethodDescriptionJsonValue.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 -
Uses of JsonLiteral in sk.antons.json.literal
Subinterfaces of JsonLiteral in sk.antons.json.literalModifier and TypeInterfaceDescriptioninterfaceBoolean literal.interfaceExponent literal value.interfaceFractional literal value.interfaceInteger literal value.interfaceNull literal value.interfaceString literal. -
Uses of JsonLiteral in sk.antons.json.literal.impl
Classes in sk.antons.json.literal.impl that implement JsonLiteralModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of JsonLiteral in sk.antons.json.parse
Methods in sk.antons.json.parse that return JsonLiteralModifier and TypeMethodDescriptionstatic JsonLiteralLiteralParser.first(JsonSource source, PathMatcher matcher) First literal with mathed path.Methods in sk.antons.json.parse that return types with arguments of type JsonLiteralModifier and TypeMethodDescriptionstatic List<JsonLiteral>LiteralParser.all(JsonSource source, PathMatcher matcher) All literals with mathed path.