Package io.camunda.connector.http.rest
Class HttpJsonFunction
java.lang.Object
io.camunda.connector.http.rest.HttpJsonFunction
- All Implemented Interfaces:
OutboundConnectorFunction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHttpJsonFunction(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.google.api.client.http.HttpRequestFactory requestFactory) -
Method Summary
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
HttpJsonFunction
public HttpJsonFunction() -
HttpJsonFunction
public HttpJsonFunction(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.google.api.client.http.HttpRequestFactory requestFactory)
-
-
Method Details
-
execute
public Object execute(OutboundConnectorContext context) throws IOException, InstantiationException, IllegalAccessException - Specified by:
executein interfaceOutboundConnectorFunction- Throws:
IOExceptionInstantiationExceptionIllegalAccessException
-