377.2. Spring Boot Auto-Configuration

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

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

camel.component.xquery.configuration

カスタム Saxon 設定を使用します。オプションは net.sf.saxon.Configuration タイプです。

 

String

camel.component.xquery.configuration-properties

カスタムの Saxon 設定プロパティーを設定します

 

Map

camel.component.xquery.enabled

xquery コンポーネントを有効にする

true

Boolean

camel.component.xquery.module-u-r-i-resolver

カスタム ModuleURIResolver を使用します。オプションは net.sf.saxon.lib.ModuleURIResolver タイプです。

 

String

camel.component.xquery.resolve-property-placeholders

起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。

true

Boolean

camel.language.xquery.enabled

xquery 言語を有効にする

true

Boolean

camel.language.xquery.trim

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

true

Boolean

camel.language.xquery.type

結果タイプ (出力からのタイプ) のクラス名を設定します。デフォルトの結果タイプは NodeSet です

 

String