public static interface JoltEndpointBuilderFactory.JoltEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder |
advanced() |
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
inputType(JoltEndpointBuilderFactory.JoltInputOutputType inputType)
Specifies if the input is hydrated JSON or a JSON String.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
inputType(String inputType)
Specifies if the input is hydrated JSON or a JSON String.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
outputType(JoltEndpointBuilderFactory.JoltInputOutputType outputType)
Specifies if the output should be hydrated JSON or a JSON String.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
outputType(String outputType)
Specifies if the output should be hydrated JSON or a JSON String.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
transformDsl(JoltEndpointBuilderFactory.JoltTransformType transformDsl)
Specifies the Transform DSL of the endpoint resource.
|
default JoltEndpointBuilderFactory.JoltEndpointBuilder |
transformDsl(String transformDsl)
Specifies the Transform DSL of the endpoint resource.
|
default JoltEndpointBuilderFactory.AdvancedJoltEndpointBuilder advanced()
default JoltEndpointBuilderFactory.JoltEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder inputType(JoltEndpointBuilderFactory.JoltInputOutputType inputType)
inputType - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder inputType(String inputType)
inputType - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder outputType(JoltEndpointBuilderFactory.JoltInputOutputType outputType)
outputType - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder outputType(String outputType)
outputType - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder transformDsl(JoltEndpointBuilderFactory.JoltTransformType transformDsl)
transformDsl - the value to setdefault JoltEndpointBuilderFactory.JoltEndpointBuilder transformDsl(String transformDsl)
transformDsl - the value to setApache Camel