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.objectMapperprivate Supplier<ObjectMapper> Config.objectMapperprivate Optional<ObjectMapper> WebSocketRequestImpl.objectMapperprivate Function<ObjectMapper, String> ExpectedResponseRecord.responseMethods in kong.unirest.core that return ObjectMapperModifier and TypeMethodDescriptionprotected ObjectMapperBaseRequest.getObjectMapper()Config.getObjectMapper()private ObjectMapperExpectedResponseRecord.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