public static interface JsonValidatorComponentBuilderFactory.JsonValidatorComponentBuilder extends ComponentBuilder<org.apache.camel.component.jsonvalidator.JsonValidatorComponent>
| Modifier and Type | Method and Description |
|---|---|
default JsonValidatorComponentBuilderFactory.JsonValidatorComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default JsonValidatorComponentBuilderFactory.JsonValidatorComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault JsonValidatorComponentBuilderFactory.JsonValidatorComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JsonValidatorComponentBuilderFactory.JsonValidatorComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel