public static interface JsonataEndpointBuilderFactory.JsonataEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JsonataEndpointBuilderFactory.AdvancedJsonataEndpointBuilder |
advanced() |
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
inputType(JsonataEndpointBuilderFactory.JsonataInputOutputType inputType)
Specifies if the output should be Jackson JsonNode or a JSON String.
|
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
inputType(String inputType)
Specifies if the output should be Jackson JsonNode or a JSON String.
|
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
outputType(JsonataEndpointBuilderFactory.JsonataInputOutputType outputType)
Specifies if the output should be Jackson JsonNode or a JSON String.
|
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder |
outputType(String outputType)
Specifies if the output should be Jackson JsonNode or a JSON String.
|
default JsonataEndpointBuilderFactory.AdvancedJsonataEndpointBuilder advanced()
default JsonataEndpointBuilderFactory.JsonataEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
boolean type.
Default: false
Group: producerdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder allowContextMapAll(String allowContextMapAll)
boolean type.
Default: false
Group: producerdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder contentCache(boolean contentCache)
boolean type.
Default: false
Group: producerdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder contentCache(String contentCache)
boolean type.
Default: false
Group: producerdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder inputType(JsonataEndpointBuilderFactory.JsonataInputOutputType inputType)
org.apache.camel.component.jsonata.JsonataInputOutputType type.
Default: Jackson
Group: producerdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder inputType(String inputType)
org.apache.camel.component.jsonata.JsonataInputOutputType type.
Default: Jackson
Group: producerdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder outputType(JsonataEndpointBuilderFactory.JsonataInputOutputType outputType)
org.apache.camel.component.jsonata.JsonataInputOutputType type.
Default: Jackson
Group: producerdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder outputType(String outputType)
org.apache.camel.component.jsonata.JsonataInputOutputType type.
Default: Jackson
Group: producerApache Camel