Uses of Interface
kong.unirest.core.json.JsonEngine.Element
-
Packages that use JsonEngine.Element Package Description kong.unirest.core.json -
-
Uses of JsonEngine.Element in kong.unirest.core.json
Subinterfaces of JsonEngine.Element in kong.unirest.core.json Modifier and Type Interface Description static interfaceJsonEngine.Arraystatic interfaceJsonEngine.Objectstatic interfaceJsonEngine.PrimitiveMethods in kong.unirest.core.json that return JsonEngine.Element Modifier and Type Method Description JsonEngine.ElementJsonEngine.Array. get(int index)JsonEngine.ElementJsonEngine.Object. get(String key)JsonEngine.ElementJSONElement. getElement()JsonEngine.ElementJsonEngine.Array. put(int index, Boolean number)JsonEngine.ElementJsonEngine.Array. put(int index, Number number)JsonEngine.ElementJsonEngine.Array. put(int index, String number)JsonEngine.ElementJsonEngine.Array. remove(int index)JsonEngine.ElementJsonEngine. toJsonTree(Object obj)Methods in kong.unirest.core.json with parameters of type JsonEngine.Element Modifier and Type Method Description voidJsonEngine.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)StringJsonEngine. toJson(JsonEngine.Element obj)voidJsonEngine. toJson(JsonEngine.Element obj, Writer sw)protected static Map<String,Object>JSONElement. toMap(JsonEngine.Element obj)protected static StringJSONElement. toPrettyJson(JsonEngine.Element obj)StringJsonEngine. toPrettyJson(JsonEngine.Element obj)voidJsonEngine. toPrettyJson(JsonEngine.Element engineElement, Writer sw)Constructors in kong.unirest.core.json with parameters of type JsonEngine.Element Constructor Description JSONElement(JsonEngine.Element e)
-