Uses of Interface
kong.unirest.core.ObjectMapper
-
Packages that use ObjectMapper Package Description kong.unirest.core kong.unirest.core.json kong.unirest.gson kong.unirest.jackson -
-
Uses of ObjectMapper in kong.unirest.core
Fields in kong.unirest.core declared as ObjectMapper Modifier and Type Field Description private ObjectMapper
ObjectResponse. om
Fields in kong.unirest.core with type parameters of type ObjectMapper Modifier and Type Field Description private java.util.Optional<ObjectMapper>
BaseRequest. objectMapper
private java.util.function.Supplier<ObjectMapper>
Config. objectMapper
private java.util.Optional<ObjectMapper>
WebSocketRequestImpl. objectMapper
private java.util.function.Function<ObjectMapper,java.lang.String>
ExpectedResponseRecord. response
Methods in kong.unirest.core that return ObjectMapper Modifier and Type Method Description protected ObjectMapper
BaseRequest. getObjectMapper()
ObjectMapper
Config. getObjectMapper()
private ObjectMapper
ExpectedResponseRecord. getObjectMapper(HttpRequest request, Config config)
Methods in kong.unirest.core with parameters of type ObjectMapper Modifier and Type Method Description Config
Config. setObjectMapper(ObjectMapper om)
Set the ObjectMapper implementation to use for Response to Object bindingR
BaseRequest. withObjectMapper(ObjectMapper mapper)
R
HttpRequest. withObjectMapper(ObjectMapper mapper)
Pass a ObjectMapper for the request.Constructors in kong.unirest.core with parameters of type ObjectMapper Constructor Description ObjectResponse(ObjectMapper om, RawResponse response, java.lang.Class<? extends T> to)
ObjectResponse(ObjectMapper om, RawResponse response, GenericType<? extends T> to)
-
Uses of ObjectMapper in kong.unirest.core.json
Methods in kong.unirest.core.json that return ObjectMapper Modifier and Type Method Description ObjectMapper
JsonEngine. getObjectMapper()
-
Uses of ObjectMapper in kong.unirest.gson
Classes in kong.unirest.gson that implement ObjectMapper Modifier and Type Class Description class
GsonObjectMapper
Methods in kong.unirest.gson that return ObjectMapper Modifier and Type Method Description ObjectMapper
GsonEngine. getObjectMapper()
-
Uses of ObjectMapper in kong.unirest.jackson
Classes in kong.unirest.jackson that implement ObjectMapper Modifier and Type Class Description class
JacksonObjectMapper
Fields in kong.unirest.jackson declared as ObjectMapper Modifier and Type Field Description private ObjectMapper
JacksonEngine. objm
Methods in kong.unirest.jackson that return ObjectMapper Modifier and Type Method Description ObjectMapper
JacksonEngine. getObjectMapper()
-