Class JsltComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.jslt.springboot.JsltComponentConfiguration

@ConfigurationProperties(prefix="camel.component.jslt") public class JsltComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Query or transform JSON payloads using an JSLT. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • JsltComponentConfiguration

      public JsltComponentConfiguration()
  • Method Details

    • 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)
    • getFunctions

      public Collection<com.schibsted.spt.data.jslt.Function> getFunctions()
    • setFunctions

      public void setFunctions(Collection<com.schibsted.spt.data.jslt.Function> functions)
    • getObjectFilter

      public com.schibsted.spt.data.jslt.filters.JsonFilter getObjectFilter()
    • setObjectFilter

      public void setObjectFilter(com.schibsted.spt.data.jslt.filters.JsonFilter objectFilter)