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!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTrim()voidsetAllowEasyPredicate(Boolean allowEasyPredicate) voidsetAllowSimple(Boolean allowSimple) voidvoidvoidsetSuppressExceptions(Boolean suppressExceptions) voidvoidsetUnpackArray(Boolean unpackArray) voidsetWriteAsString(Boolean writeAsString) Methods inherited from class org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
JsonPathLanguageConfiguration
public JsonPathLanguageConfiguration()
-
-
Method Details
-
getSuppressExceptions
-
setSuppressExceptions
-
getAllowSimple
-
setAllowSimple
-
getAllowEasyPredicate
-
setAllowEasyPredicate
-
getWriteAsString
-
setWriteAsString
-
getUnpackArray
-
setUnpackArray
-
getOption
-
setOption
-
getSource
-
setSource
-
getTrim
-
setTrim
-