Interface ResponseConverter<T>

  • Type Parameters:
    T - the generic type

    public interface ResponseConverter<T>
    The Interface ResponseConverter.
    • Method Detail

      • convert

        T convert​(okhttp3.Response response)
        Converts a response into a generic type to be defined.
        Parameters:
        response - the response
        Returns:
        the the generic type