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