48.2. Spring Boot Auto-Configuration
组件支持 18 个选项,它们如下所列。
| Name | 描述 | 默认 | 类型 |
|---|---|---|---|
| camel.dataformat.bindy-csv.class-type | 要使用的模型类的名称。 | 字符串 | |
| camel.dataformat.bindy-csv.content-type-header | 如果数据格式能够这样做,则数据格式是否应该以 data 格式设置 Content-Type 标头。例如,用于数据格式的 application/xml (数据格式)或 application/json 用于数据格式 marshalling to JSon etc。 | false | 布尔值 |
| camel.dataformat.bindy-csv.enabled | 启用 bindy-csv dataformat | true | 布尔值 |
| camel.dataformat.bindy-csv.locale | 将默认区域设置配置为使用,如我们进行单元化状态。要使用 JVM 平台默认区域设置,请使用默认名称 | 字符串 | |
| camel.dataformat.bindy-csv.type | 是否使用 csv、fixd 或 key value 对模式。 | BindyType | |
| camel.dataformat.bindy-csv.unwrap-single-instance | 当取消marshalling 时,应取消封装并返回单个实例,而不是嵌套在 java.util.List 中。 | true | 布尔值 |
| camel.dataformat.bindy-fixed.class-type | 要使用的模型类的名称。 | 字符串 | |
| camel.dataformat.bindy-fixed.content-type-header | 如果数据格式能够这样做,则数据格式是否应该以 data 格式设置 Content-Type 标头。例如,用于数据格式的 application/xml (数据格式)或 application/json 用于数据格式 marshalling to JSon etc。 | false | 布尔值 |
| camel.dataformat.bindy-fixed.enabled | 启用 bindy-fixed dataformat | true | 布尔值 |
| camel.dataformat.bindy-fixed.locale | 将默认区域设置配置为使用,如我们进行单元化状态。要使用 JVM 平台默认区域设置,请使用默认名称 | 字符串 | |
| camel.dataformat.bindy-fixed.type | 是否使用 csv、fixd 或 key value 对模式。 | BindyType | |
| camel.dataformat.bindy-fixed.unwrap-single-instance | 当取消marshalling 时,应取消封装并返回单个实例,而不是嵌套在 java.util.List 中。 | true | 布尔值 |
| camel.dataformat.bindy-kvp.class-type | 要使用的模型类的名称。 | 字符串 | |
| camel.dataformat.bindy-kvp.content-type-header | 如果数据格式能够这样做,则数据格式是否应该以 data 格式设置 Content-Type 标头。例如,用于数据格式的 application/xml (数据格式)或 application/json 用于数据格式 marshalling to JSon etc。 | false | 布尔值 |
| camel.dataformat.bindy-kvp.enabled | 启用 bindy-kvp 数据格式 | true | 布尔值 |
| camel.dataformat.bindy-kvp.locale | 将默认区域设置配置为使用,如我们进行单元化状态。要使用 JVM 平台默认区域设置,请使用默认名称 | 字符串 | |
| camel.dataformat.bindy-kvp.type | 是否使用 csv、fixd 或 key value 对模式。 | BindyType | |
| camel.dataformat.bindy-kvp.unwrap-single-instance | 当取消marshalling 时,应取消封装并返回单个实例,而不是嵌套在 java.util.List 中。 | true | 布尔值 |
ND