Uses of Interface
elemental.json.JsonNull
-
Packages that use JsonNull Package Description elemental.json elemental.json.impl -
-
Uses of JsonNull in elemental.json
Methods in elemental.json that return JsonNull Modifier and Type Method Description static JsonNull
Json. createNull()
JsonNull
JsonFactory. createNull()
Create a JsonNull. -
Uses of JsonNull in elemental.json.impl
Classes in elemental.json.impl that implement JsonNull Modifier and Type Class Description class
JreJsonNull
Server-side implementation of JsonObject.Fields in elemental.json.impl declared as JsonNull Modifier and Type Field Description static JsonNull
JreJsonNull. NULL_INSTANCE
Methods in elemental.json.impl that return JsonNull Modifier and Type Method Description JsonNull
JreJsonFactory. createNull()
-