Package com.envimate.httpmate.client
Interface ClientResponseMapper
-
public interface ClientResponseMapper
-
-
Method Summary
Modifier and Type Method Description <T> Tmap(RawClientResponse response, java.lang.Class<T> targetType)
-
-
-
Method Detail
-
map
<T> T map(RawClientResponse response, java.lang.Class<T> targetType)
-
-