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 interface
static interface
static interface
Fields in kong.unirest.core.json declared as JsonEngine.ElementFields in kong.unirest.core.json with type parameters of type JsonEngine.ElementModifier and TypeFieldDescriptionprivate static Map
<Predicate<JsonEngine.Element>, Function<JsonEngine.Element, Object>> ToObjectMapper.mappers
private static Map
<Predicate<JsonEngine.Element>, Function<JsonEngine.Element, Object>> ToObjectMapper.mappers
Methods in kong.unirest.core.json that return JsonEngine.ElementModifier and TypeMethodDescription(package private) JsonEngine.Element
JSONObject.asElement()
JsonEngine.Array.get
(int index) private JsonEngine.Element
JSONArray.getElement
(int index) JSONElement.getElement()
private JsonEngine.Element
JSONObject.getProperty
(String key) JsonEngine.Array.remove
(int index) JsonEngine.toJsonTree
(Object obj) (package private) static JsonEngine.Element
Methods in kong.unirest.core.json with parameters of type JsonEngine.ElementModifier and TypeMethodDescriptionvoid
JsonEngine.Array.add
(JsonEngine.Element obj) void
JsonEngine.Object.add
(String key, JsonEngine.Element value) void
JsonEngine.Object.addProperty
(String key, JsonEngine.Element value) ToObjectMapper.apply
(JsonEngine.Element e) <T> T
JsonEngine.fromJson
(JsonEngine.Element obj, Class<T> mapClass) private JSONArray
JSONArray.put
(int index, JsonEngine.Element o) void
JsonEngine.Array.set
(int index, JsonEngine.Element o) (package private) static String
JSONElement.toJson
(JsonEngine.Element collection) JsonEngine.toJson
(JsonEngine.Element obj) void
JsonEngine.toJson
(JsonEngine.Element obj, Writer sw) JSONElement.toMap
(JsonEngine.Element obj) protected static String
JSONElement.toPrettyJson
(JsonEngine.Element obj) JsonEngine.toPrettyJson
(JsonEngine.Element obj) void
JsonEngine.toPrettyJson
(JsonEngine.Element engineElement, Writer sw) (package private) static void
JSONElement.write
(JsonEngine.Element obj, Writer sw) Constructors in kong.unirest.core.json with parameters of type JsonEngine.ElementModifierConstructorDescription(package private)
JSONArray
(JsonEngine.Element jsonElement) protected
(package private)
JSONObject
(JsonEngine.Element jsonElement) -
Uses of JsonEngine.Element in kong.unirest.modules.gson
Classes in kong.unirest.modules.gson that implement JsonEngine.ElementModifier and TypeClassDescription(package private) class
(package private) class
GsonElement<T extends com.google.gson.JsonElement>
class
class
(package private) class
Methods in kong.unirest.modules.gson that return JsonEngine.ElementModifier and TypeMethodDescriptionGsonArray.get
(int index) GsonArray.remove
(int index) (package private) static JsonEngine.Element
GsonEngine.toElement
(com.google.gson.JsonElement jsonElement) GsonEngine.toJsonTree
(Object obj) Methods in kong.unirest.modules.gson with parameters of type JsonEngine.ElementModifier and TypeMethodDescriptionvoid
GsonArray.add
(JsonEngine.Element obj) void
GsonObject.add
(String key, JsonEngine.Element value) void
GsonObject.addProperty
(String key, JsonEngine.Element value) <T> T
GsonEngine.fromJson
(JsonEngine.Element obj, Class<T> mapClass) void
GsonArray.set
(int index, JsonEngine.Element o) GsonEngine.toJson
(JsonEngine.Element obj) void
GsonEngine.toJson
(JsonEngine.Element obj, Writer sw) GsonEngine.toPrettyJson
(JsonEngine.Element obj) void
GsonEngine.toPrettyJson
(JsonEngine.Element obj, Writer sw) -
Uses of JsonEngine.Element in kong.unirest.modules.jackson
Classes in kong.unirest.modules.jackson that implement JsonEngine.ElementModifier and TypeClassDescription(package private) class
(package private) class
JacksonElement<T extends com.fasterxml.jackson.databind.JsonNode>
(package private) class
(package private) class
Methods in kong.unirest.modules.jackson that return JsonEngine.ElementModifier and TypeMethodDescriptionJacksonArray.get
(int index) JacksonArray.remove
(int index) JacksonEngine.toJsonTree
(Object obj) (package private) static JsonEngine.Element
JacksonElement.wrap
(com.fasterxml.jackson.databind.JsonNode node) Methods in kong.unirest.modules.jackson with parameters of type JsonEngine.ElementModifier and TypeMethodDescriptionvoid
JacksonArray.add
(JsonEngine.Element obj) void
JacksonObject.add
(String key, JsonEngine.Element value) void
JacksonObject.addProperty
(String key, JsonEngine.Element value) <T> T
JacksonEngine.fromJson
(JsonEngine.Element obj, Class<T> mapClass) void
JacksonArray.set
(int index, JsonEngine.Element o) JacksonEngine.toJson
(JsonEngine.Element obj) void
JacksonEngine.toJson
(JsonEngine.Element obj, Writer sw) JacksonEngine.toPrettyJson
(JsonEngine.Element obj) void
JacksonEngine.toPrettyJson
(JsonEngine.Element obj, Writer sw)