Uses of Interface
sk.antons.json.JsonObject
-
Packages that use JsonObject Package Description sk.antons.json sk.antons.json.impl sk.antons.json.template -
-
Uses of JsonObject in sk.antons.json
Methods in sk.antons.json that return JsonObject Modifier and Type Method Description JsonObjectJsonObject. add(String name, JsonValue value)Adds attribute ti this json object at last position.JsonObjectJsonObject. add(String name, JsonValue value, int index)Adds attribute ti this json object at specified position.JsonObjectJsonValue. asObject()Cast this value instance to JsonObjectstatic JsonObjectJsonFactory. object()Json object instance factory method.JsonObjectJsonObject. removeAll(String name)Removes all values with specified name. -
Uses of JsonObject in sk.antons.json.impl
Classes in sk.antons.json.impl that implement JsonObject Modifier and Type Class Description classJsonObjectImplMethods in sk.antons.json.impl that return JsonObject Modifier and Type Method Description JsonObjectJsonObjectImpl. add(String name, JsonValue value)JsonObjectJsonObjectImpl. add(String name, JsonValue value, int index)JsonObjectJsonValueImpl. asObject()JsonObjectJsonObjectImpl. removeAll(String name) -
Uses of JsonObject in sk.antons.json.template
Methods in sk.antons.json.template with parameters of type JsonObject Modifier and Type Method Description static JsonObjectMapWrapperJsonObjectMapWrapper. instance(JsonObject object)Constructors in sk.antons.json.template with parameters of type JsonObject Constructor Description JsonObjectMapWrapper(JsonObject object)
-