Uses of Interface
sk.antons.json.literal.JsonExpLiteral
-
Packages that use JsonExpLiteral Package Description sk.antons.json sk.antons.json.impl sk.antons.json.literal.impl -
-
Uses of JsonExpLiteral in sk.antons.json
Methods in sk.antons.json that return JsonExpLiteral Modifier and Type Method Description JsonExpLiteralJsonValue. asExpLiteral()Cast this value instance to JsonExpLiteralImplstatic JsonExpLiteralJsonFactory. expLiteral(BigDecimal value)Json exponent literal instance factory method. -
Uses of JsonExpLiteral in sk.antons.json.impl
Methods in sk.antons.json.impl that return JsonExpLiteral Modifier and Type Method Description JsonExpLiteralJsonValueImpl. asExpLiteral() -
Uses of JsonExpLiteral in sk.antons.json.literal.impl
Classes in sk.antons.json.literal.impl that implement JsonExpLiteral Modifier and Type Class Description classJsonExpLiteralImpl
-