Uses of Interface
io.camunda.client.impl.http.JsonResponseTransformer
Packages that use JsonResponseTransformer
-
Uses of JsonResponseTransformer in io.camunda.client.impl.http
Methods in io.camunda.client.impl.http with parameters of type JsonResponseTransformerModifier and TypeMethodDescription<HttpT,RespT>
voidHttpClient.get(String path, Map<String, String> queryParams, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.get(String path, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.patch(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.post(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.post(String path, Map<String, String> queryParams, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.postMultipart(String path, Map<String, String> queryParams, org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder multipartBuilder, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.postMultipart(String path, org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder multipartBuilder, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result) <HttpT,RespT>
voidHttpClient.put(String path, String body, org.apache.hc.client5.http.config.RequestConfig requestConfig, Class<HttpT> responseType, JsonResponseTransformer<HttpT, RespT> transformer, HttpCamundaFuture<RespT> result)