Uses of Interface
sk.antons.json.literal.JsonNullLiteral
-
Packages that use JsonNullLiteral Package Description sk.antons.json sk.antons.json.impl sk.antons.json.literal.impl -
-
Uses of JsonNullLiteral in sk.antons.json
Methods in sk.antons.json that return JsonNullLiteral Modifier and Type Method Description JsonNullLiteralJsonValue. asNullLiteral()Cast this value instance to JsonNullLiteralstatic JsonNullLiteralJsonFactory. nullLiteral()Json null literal instance factory method. -
Uses of JsonNullLiteral in sk.antons.json.impl
Methods in sk.antons.json.impl that return JsonNullLiteral Modifier and Type Method Description JsonNullLiteralJsonValueImpl. asNullLiteral() -
Uses of JsonNullLiteral in sk.antons.json.literal.impl
Classes in sk.antons.json.literal.impl that implement JsonNullLiteral Modifier and Type Class Description classJsonNullLiteralImpl
-