protected <T> T |
AbstractRestStub.Request.getResponse(javax.ws.rs.core.Response.StatusType expStatus,
boolean allowPlainText,
Class<T> expType) |
Gets the response (body) for this request.
|
protected <T> T |
AbstractRestStub.Request.getResponse(javax.ws.rs.core.Response.StatusType expStatus,
boolean allowPlainText,
String expTypeName,
Function<InputStream,Pair<T,IOException>> readValue) |
Gets the response (body) for this request.
|
<T> T |
AbstractRestStub.Request.getResponse(javax.ws.rs.core.Response.StatusType expStatus,
com.fasterxml.jackson.core.type.TypeReference<T> expType) |
Gets the response (body) for this request.
|
<T> T |
AbstractRestStub.Request.getResponse(javax.ws.rs.core.Response.StatusType expStatus,
Class<T> expType) |
Gets the response (body) for this request.
|
String |
AbstractRestStub.Request.getStringResponse(javax.ws.rs.core.Response.StatusType expStatus) |
Gets the string response for this request.
|
void |
AbstractRestStub.Request.getVoidResponse() |
Just waits for the void response, i. e.
|