public class JsonPatchProducer
extends org.apache.camel.support.DefaultProducer
Constructor and Description |
---|
JsonPatchProducer(JsonPatchEndpoint endpoint) |
JsonPatchProducer(JsonPatchEndpoint endpoint,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.camel.Exchange exchange) |
createExchange, doStart, doStop, getEndpoint, isSingleton, toString
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public JsonPatchProducer(JsonPatchEndpoint endpoint)
public JsonPatchProducer(JsonPatchEndpoint endpoint, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Apache Camel