Class JsltComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.jslt.springboot.JsltComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.jslt") public class JsltComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonQuery or transform JSON payloads using an JSLT. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description JsltComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllowTemplateFromHeader()BooleangetAutowiredEnabled()Collection<com.schibsted.spt.data.jslt.Function>getFunctions()BooleangetLazyStartProducer()com.schibsted.spt.data.jslt.filters.JsonFiltergetObjectFilter()voidsetAllowTemplateFromHeader(Boolean allowTemplateFromHeader)voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetFunctions(Collection<com.schibsted.spt.data.jslt.Function> functions)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetObjectFilter(com.schibsted.spt.data.jslt.filters.JsonFilter objectFilter)
-
-
-
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)
-
-