Uses of Interface
kong.unirest.core.ObjectMapper
Packages that use ObjectMapper
Package
Description
-
Uses of ObjectMapper in kong.unirest.core
Fields in kong.unirest.core declared as ObjectMapperFields in kong.unirest.core with type parameters of type ObjectMapperModifier and TypeFieldDescriptionprivate Optional
<ObjectMapper> BaseRequest.objectMapper
private Supplier
<ObjectMapper> Config.objectMapper
private Optional
<ObjectMapper> WebSocketRequestImpl.objectMapper
private Function
<ObjectMapper, String> ExpectedResponseRecord.response
Methods in kong.unirest.core that return ObjectMapperModifier and TypeMethodDescriptionprotected ObjectMapper
BaseRequest.getObjectMapper()
Config.getObjectMapper()
private ObjectMapper
ExpectedResponseRecord.getObjectMapper
(HttpRequest request, Config config) Methods in kong.unirest.core with parameters of type ObjectMapperModifier and TypeMethodDescriptionConfig.setObjectMapper
(ObjectMapper om) Set the ObjectMapper implementation to use for Response to Object bindingBaseRequest.withObjectMapper
(ObjectMapper mapper) HttpRequest.withObjectMapper
(ObjectMapper mapper) Pass a ObjectMapper for the request.Constructors in kong.unirest.core with parameters of type ObjectMapperModifierConstructorDescription(package private)
ObjectResponse
(ObjectMapper om, RawResponse response, Class<? extends T> to) (package private)
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 -
Uses of ObjectMapper in kong.unirest.modules.gson
Classes in kong.unirest.modules.gson that implement ObjectMapperMethods in kong.unirest.modules.gson that return ObjectMapper -
Uses of ObjectMapper in kong.unirest.modules.jackson
Classes in kong.unirest.modules.jackson that implement ObjectMapperFields in kong.unirest.modules.jackson declared as ObjectMapperMethods in kong.unirest.modules.jackson that return ObjectMapper