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 ObjectMapper
Config. getObjectMapper()
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
HttpRequest. 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 ObjectMapper
JsonEngine. getObjectMapper()
-