Interface ClientResponseMapper


  • public interface ClientResponseMapper
    • Method Summary

      Modifier and Type Method Description
      <T> T map​(RawClientResponse response, java.lang.Class<T> targetType)  
    • Method Detail