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)
allowContextMapAll - the value to setdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder inputType(JsonataEndpointBuilderFactory.JsonataInputOutputType inputType)
inputType - the value to setdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder inputType(String inputType)
inputType - the value to setdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder outputType(JsonataEndpointBuilderFactory.JsonataInputOutputType outputType)
outputType - the value to setdefault JsonataEndpointBuilderFactory.JsonataEndpointBuilder outputType(String outputType)
outputType - the value to setApache Camel