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!
  • Constructor Details

    • VelocityComponentConfiguration

      public VelocityComponentConfiguration()
  • Method Details

    • getAllowContextMapAll

      public Boolean getAllowContextMapAll()
    • setAllowContextMapAll

      public void setAllowContextMapAll(Boolean allowContextMapAll)
    • getAllowTemplateFromHeader

      public Boolean getAllowTemplateFromHeader()
    • setAllowTemplateFromHeader

      public void setAllowTemplateFromHeader(Boolean allowTemplateFromHeader)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getVelocityEngine

      public org.apache.velocity.app.VelocityEngine getVelocityEngine()
    • setVelocityEngine

      public void setVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)