Class BeanComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.bean.springboot.BeanComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.bean") public class BeanComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonInvoke methods of Java beans stored in Camel registry. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description BeanComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetCache()Deprecated.BooleangetLazyStartProducer()org.apache.camel.BeanScopegetScope()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetCache(Boolean cache)Deprecated.voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetScope(org.apache.camel.BeanScope scope)
-
-
-
Method Detail
-
getCache
@Deprecated @DeprecatedConfigurationProperty public Boolean getCache()
Deprecated.
-
setCache
@Deprecated public void setCache(Boolean cache)
Deprecated.
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getScope
public org.apache.camel.BeanScope getScope()
-
setScope
public void setScope(org.apache.camel.BeanScope scope)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
-