Class VelocityComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.velocity.springboot.VelocityComponentConfiguration
@ConfigurationProperties(prefix="camel.component.velocity")
public class VelocityComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Transform messages using a Velocity template.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.velocity.app.VelocityEnginevoidsetAllowContextMapAll(Boolean allowContextMapAll) voidsetAllowTemplateFromHeader(Boolean allowTemplateFromHeader) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
VelocityComponentConfiguration
public VelocityComponentConfiguration()
-
-
Method Details
-
getAllowContextMapAll
-
setAllowContextMapAll
-
getAllowTemplateFromHeader
-
setAllowTemplateFromHeader
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getVelocityEngine
public org.apache.velocity.app.VelocityEngine getVelocityEngine() -
setVelocityEngine
public void setVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)
-