@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.grape") public class GrapeComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
GrapeComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBasicPropertyBinding() |
Boolean |
getLazyStartProducer() |
String |
getPatchesRepository() |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setPatchesRepository(String patchesRepository) |
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public String getPatchesRepository()
public void setPatchesRepository(String patchesRepository)
Apache Camel