@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.class") public class ClassComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
ClassComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getCache()
Deprecated.
|
Boolean |
getLazyStartProducer() |
org.apache.camel.BeanScope |
getScope() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setCache(Boolean cache)
Deprecated.
|
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setScope(org.apache.camel.BeanScope scope) |
@Deprecated @DeprecatedConfigurationProperty public Boolean getCache()
@Deprecated public void setCache(Boolean cache)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public org.apache.camel.BeanScope getScope()
public void setScope(org.apache.camel.BeanScope scope)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
Apache Camel