Class JsonPathLanguageConfiguration

java.lang.Object
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
org.apache.camel.jsonpath.springboot.JsonPathLanguageConfiguration

@ConfigurationProperties(prefix="camel.language.jsonpath") public class JsonPathLanguageConfiguration extends org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
Evaluates a JSONPath expression against a JSON message body. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • JsonPathLanguageConfiguration

      public JsonPathLanguageConfiguration()
  • Method Details

    • getSuppressExceptions

      public Boolean getSuppressExceptions()
    • setSuppressExceptions

      public void setSuppressExceptions(Boolean suppressExceptions)
    • getAllowSimple

      public Boolean getAllowSimple()
    • setAllowSimple

      public void setAllowSimple(Boolean allowSimple)
    • getAllowEasyPredicate

      public Boolean getAllowEasyPredicate()
    • setAllowEasyPredicate

      public void setAllowEasyPredicate(Boolean allowEasyPredicate)
    • getWriteAsString

      public Boolean getWriteAsString()
    • setWriteAsString

      public void setWriteAsString(Boolean writeAsString)
    • getUnpackArray

      public Boolean getUnpackArray()
    • setUnpackArray

      public void setUnpackArray(Boolean unpackArray)
    • getOption

      public String getOption()
    • setOption

      public void setOption(String option)
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getTrim

      public Boolean getTrim()
    • setTrim

      public void setTrim(Boolean trim)