Class ClassComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.beanclass.springboot.ClassComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.class") public class ClassComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Invoke methods of Java beans specified by class name. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description ClassComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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)
-
-
-
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)
-
-