Uses of Interface
sk.antons.json.literal.JsonIntLiteral
-
Packages that use JsonIntLiteral Package Description sk.antons.json sk.antons.json.impl sk.antons.json.literal.impl -
-
Uses of JsonIntLiteral in sk.antons.json
Methods in sk.antons.json that return JsonIntLiteral Modifier and Type Method Description JsonIntLiteralJsonValue. asIntLiteral()Cast this value instance to JsonIntLiteralstatic JsonIntLiteralJsonFactory. intLiteral(long value)Json integer literal instance factory method. -
Uses of JsonIntLiteral in sk.antons.json.impl
Methods in sk.antons.json.impl that return JsonIntLiteral Modifier and Type Method Description JsonIntLiteralJsonValueImpl. asIntLiteral() -
Uses of JsonIntLiteral in sk.antons.json.literal.impl
Classes in sk.antons.json.literal.impl that implement JsonIntLiteral Modifier and Type Class Description classJsonIntLiteralImpl
-