Package 

Interface ResponseConverter


  • 
    public interface ResponseConverter<ResponseType>
    
                        

    Used to convert http responses from raw form to desired output

    • Method Summary

      Modifier and Type Method Description
      abstract ResponseType convert(String responseBody)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait