Uses of Interface
kong.unirest.core.json.JsonEngine.Element
Packages that use JsonEngine.Element
-
Uses of JsonEngine.Element in kong.unirest.core.json
Subinterfaces of JsonEngine.Element in kong.unirest.core.jsonModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfaceMethods in kong.unirest.core.json that return JsonEngine.ElementModifier and TypeMethodDescriptionJsonEngine.Array.get(int index) JSONElement.getElement()JsonEngine.Array.remove(int index) JsonEngine.toJsonTree(Object obj) Methods in kong.unirest.core.json with parameters of type JsonEngine.ElementModifier and TypeMethodDescriptionvoidJsonEngine.Array.add(JsonEngine.Element obj) voidJsonEngine.Object.add(String key, JsonEngine.Element value) voidJsonEngine.Object.addProperty(String key, JsonEngine.Element value) <T> TJsonEngine.fromJson(JsonEngine.Element obj, Class<T> mapClass) voidJsonEngine.Array.set(int index, JsonEngine.Element o) JsonEngine.toJson(JsonEngine.Element obj) voidJsonEngine.toJson(JsonEngine.Element obj, Writer sw) JSONElement.toMap(JsonEngine.Element obj) protected static StringJSONElement.toPrettyJson(JsonEngine.Element obj) JsonEngine.toPrettyJson(JsonEngine.Element obj) voidJsonEngine.toPrettyJson(JsonEngine.Element engineElement, Writer sw) Constructors in kong.unirest.core.json with parameters of type JsonEngine.Element