Uses of Interface
kong.unirest.ObjectMapper
-
Packages that use ObjectMapper Package Description kong.unirest kong.unirest.json -
-
Uses of ObjectMapper in kong.unirest
Methods in kong.unirest that return ObjectMapper Modifier and Type Method Description ObjectMapperConfig. getObjectMapper()Methods in kong.unirest 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.json
Methods in kong.unirest.json that return ObjectMapper Modifier and Type Method Description ObjectMapperJsonEngine. getObjectMapper()
-