@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.velocity") public class VelocityComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
VelocityComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBasicPropertyBinding() |
Boolean |
getBridgeErrorHandler() |
Boolean |
getLazyStartProducer() |
String |
getVelocityEngine() |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setVelocityEngine(String velocityEngine) |
public String getVelocityEngine()
public void setVelocityEngine(String velocityEngine)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
Apache Camel