Class JsltComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @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 Detail

      • JsltComponentConfiguration

        public JsltComponentConfiguration()
    • Method Detail

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