Uses of Interface
kong.unirest.core.ObjectMapper
-
Packages that use ObjectMapper Package Description kong.unirest.core kong.unirest.core.json -
-
Uses of ObjectMapper in kong.unirest.core
Methods in kong.unirest.core that return ObjectMapper Modifier and Type Method Description ObjectMapperConfig. getObjectMapper()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 bindingRHttpRequest. withObjectMapper(ObjectMapper mapper)Pass a ObjectMapper for the request. -
Uses of ObjectMapper in kong.unirest.core.json
Methods in kong.unirest.core.json that return ObjectMapper Modifier and Type Method Description ObjectMapperJsonEngine. getObjectMapper()
-