Class DataFormatComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.dataformat.springboot.DataFormatComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.dataformat") public class DataFormatComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonUse a Camel Data Format as a regular Camel Component. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description DataFormatComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetLazyStartProducer()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetLazyStartProducer(Boolean lazyStartProducer)
-