188.2. Spring Boot Auto-Configuration

コンポーネントは、以下に記載される 7 のオプションをサポートします。

名前説明デフォルトタイプ

camel.language.jsonpath.allow-easy-predicate

簡単な述語パーサーを使用して述語を事前解析できるようにするかどうか。

true

Boolean

camel.language.jsonpath.allow-simple

JSonPath 式でインライン化された単純な例外を許可するかどうか

true

Boolean

camel.language.jsonpath.enabled

jsonpath 言語を有効にする

true

Boolean

camel.language.jsonpath.header-name

メッセージボディーの代わりに入力として使用するヘッダーの名前

 

String

camel.language.jsonpath.suppress-exceptions

PathNotFoundException などの例外を抑制するかどうか。

false

Boolean

camel.language.jsonpath.trim

値をトリミングして、先頭および末尾の空白と改行を削除するかどうか

true

Boolean

camel.language.jsonpath.write-as-string

各行/要素の出力をマップ/POJO 値ではなく JSON 文字列値として書き込むかどうか。

false

Boolean