Uses of Interface
com.envimate.httpmate.client.ClientResponseMapper
-
Packages that use ClientResponseMapper Package Description com.envimate.httpmate.client -
-
Uses of ClientResponseMapper in com.envimate.httpmate.client
Methods in com.envimate.httpmate.client with parameters of type ClientResponseMapper Modifier and Type Method Description HttpMateClientBuilderHttpMateClientBuilder. withDefaultResponseMapping(ClientResponseMapper<?> mapper)<T> HttpMateClientBuilderHttpMateClientBuilder. withResponseMapping(Class<T> type, ClientResponseMapper<T> mapper)<T> HttpMateClientBuilderHttpMateClientBuilder. withResponseMapping(Predicate<Class<T>> filter, ClientResponseMapper<T> mapper)
-