Class RestConsumer
java.lang.Object
co.com.bancolombia.utils.operations.http.RestConsumer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddownloadFile(String url, Path out) static <T> TgetRequest(String url, Class<T> classModel) static <T> TgetRequest(String url, Class<T> classModel, boolean isXml) static <T> TpostRequest(String url, Object body, Class<T> classModel)
-
Constructor Details
-
RestConsumer
public RestConsumer()
-
-
Method Details
-
getRequest
- Throws:
IOException
-
getRequest
- Throws:
IOException
-
postRequest
- Throws:
IOException
-
downloadFile
- Throws:
IOException
-