Uses of Interface
kong.unirest.core.ObjectMapper
-
Packages that use ObjectMapper Package Description kong.unirest.core kong.unirest.core.json kong.unirest.modules.gson kong.unirest.modules.jackson -
-
Uses of ObjectMapper in kong.unirest.core
Fields in kong.unirest.core declared as ObjectMapper Modifier and Type Field Description private ObjectMapperObjectResponse. omFields in kong.unirest.core with type parameters of type ObjectMapper Modifier and Type Field Description private java.util.Optional<ObjectMapper>BaseRequest. objectMapperprivate java.util.function.Supplier<ObjectMapper>Config. objectMapperprivate java.util.Optional<ObjectMapper>WebSocketRequestImpl. objectMapperprivate java.util.function.Function<ObjectMapper,java.lang.String>ExpectedResponseRecord. responseMethods in kong.unirest.core that return ObjectMapper Modifier and Type Method Description protected ObjectMapperBaseRequest. getObjectMapper()ObjectMapperConfig. getObjectMapper()private ObjectMapperExpectedResponseRecord. getObjectMapper(HttpRequest request, Config config)Methods in kong.unirest.core with parameters of type ObjectMapper Modifier and Type Method Description ConfigConfig. setObjectMapper(ObjectMapper om)Set the ObjectMapper implementation to use for Response to Object bindingRBaseRequest. withObjectMapper(ObjectMapper mapper)RHttpRequest. 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 ObjectMapperJsonEngine. getObjectMapper() -
Uses of ObjectMapper in kong.unirest.modules.gson
Classes in kong.unirest.modules.gson that implement ObjectMapper Modifier and Type Class Description classGsonObjectMapperMethods in kong.unirest.modules.gson that return ObjectMapper Modifier and Type Method Description ObjectMapperGsonEngine. getObjectMapper() -
Uses of ObjectMapper in kong.unirest.modules.jackson
Classes in kong.unirest.modules.jackson that implement ObjectMapper Modifier and Type Class Description classJacksonObjectMapperFields in kong.unirest.modules.jackson declared as ObjectMapper Modifier and Type Field Description private ObjectMapperJacksonEngine. objmMethods in kong.unirest.modules.jackson that return ObjectMapper Modifier and Type Method Description ObjectMapperJacksonEngine. getObjectMapper()
-