public static interface JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JsonValidatorEndpointBuilderFactory.AdvancedJsonValidatorEndpointBuilder |
advanced() |
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
failOnNullBody(boolean failOnNullBody)
Whether to fail if no body exists.
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
failOnNullBody(String failOnNullBody)
Whether to fail if no body exists.
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
failOnNullHeader(boolean failOnNullHeader)
Whether to fail if no header exists when validating against a header.
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
failOnNullHeader(String failOnNullHeader)
Whether to fail if no header exists when validating against a header.
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
headerName(String headerName)
To validate against a header instead of the message body.
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsonValidatorEndpointBuilderFactory.AdvancedJsonValidatorEndpointBuilder advanced()
default JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder failOnNullBody(boolean failOnNullBody)
failOnNullBody - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder failOnNullBody(String failOnNullBody)
failOnNullBody - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder failOnNullHeader(boolean failOnNullHeader)
failOnNullHeader - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder failOnNullHeader(String failOnNullHeader)
failOnNullHeader - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder headerName(String headerName)
headerName - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JsonValidatorEndpointBuilderFactory.JsonValidatorEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel