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