20.8. Spring Boot Auto-Configuration
组件支持 18 个选项,如下所列。
| Name | 描述 | 默认值 | 类型 |
|---|---|---|---|
| camel.dataformat.bindy-csv.allow-empty-stream | 是否在 unmarshal 过程中允许空流。如果为 true,则在提供没有记录的正文时不会抛出异常。 | false | 布尔值 |
| camel.dataformat.bindy-csv.class-type | 要使用的模型类名称。 | 字符串 | |
| camel.dataformat.bindy-csv.enabled | 是否启用 bindy-csv 数据格式的自动配置。这默认是启用的。 | 布尔值 | |
| camel.dataformat.bindy-csv.locale | 要配置要使用的默认区域设置,如 us 用于单元状态。要使用 JVM 平台默认区域设置,请使用名称 default。 | 字符串 | |
| camel.dataformat.bindy-csv.type | 是否使用 Csv、fixed 或 KeyValue。 | 字符串 | |
| camel.dataformat.bindy-csv.unwrap-single-instance | 当 unmarshalling 应该解封并返回时,而不是嵌套在 java.util.List 中。 | true | 布尔值 |
| camel.dataformat.bindy-fixed.allow-empty-stream | 是否在 unmarshal 过程中允许空流。如果为 true,则在提供没有记录的正文时不会抛出异常。 | false | 布尔值 |
| camel.dataformat.bindy-fixed.class-type | 要使用的模型类名称。 | 字符串 | |
| camel.dataformat.bindy-fixed.enabled | 是否启用 bindy 修复的数据格式的自动配置。这默认是启用的。 | 布尔值 | |
| camel.dataformat.bindy-fixed.locale | 要配置要使用的默认区域设置,如 us 用于单元状态。要使用 JVM 平台默认区域设置,请使用名称 default。 | 字符串 | |
| camel.dataformat.bindy-fixed.type | 是否使用 Csv、fixed 或 KeyValue。 | 字符串 | |
| camel.dataformat.bindy-fixed.unwrap-single-instance | 当 unmarshalling 应该解封并返回时,而不是嵌套在 java.util.List 中。 | true | 布尔值 |
| camel.dataformat.bindy-kvp.allow-empty-stream | 是否在 unmarshal 过程中允许空流。如果为 true,则在提供没有记录的正文时不会抛出异常。 | false | 布尔值 |
| camel.dataformat.bindy-kvp.class-type | 要使用的模型类名称。 | 字符串 | |
| camel.dataformat.bindy-kvp.enabled | 是否启用 bindy-kvp 数据格式的自动配置。这默认是启用的。 | 布尔值 | |
| camel.dataformat.bindy-kvp.locale | 要配置要使用的默认区域设置,如 us 用于单元状态。要使用 JVM 平台默认区域设置,请使用名称 default。 | 字符串 | |
| camel.dataformat.bindy-kvp.type | 是否使用 Csv、fixed 或 KeyValue。 | 字符串 | |
| camel.dataformat.bindy-kvp.unwrap-single-instance | 当 unmarshalling 应该解封并返回时,而不是嵌套在 java.util.List 中。 | true | 布尔值 |