48.2. Spring Boot Auto-Configuration

组件支持 18 个选项,如下所示。

名称描述默认类型

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

要配置默认的区域设置,如 us 代表单元状态。要使用 JVM 平台默认区域设置,请使用默认名称

 

字符串

camel.dataformat.bindy-csv.type

是否使用 csv、fixd 或 key value 对模式。

 

BindyType

camel.dataformat.bindy-csv.unwrap-single-instance

当 unmarshalling 应该未换行并返回单个实例时,而不是在 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

要配置默认的区域设置,如 us 代表单元状态。要使用 JVM 平台默认区域设置,请使用默认名称

 

字符串

camel.dataformat.bindy-fixed.type

是否使用 csv、fixd 或 key value 对模式。

 

BindyType

camel.dataformat.bindy-fixed.unwrap-single-instance

当 unmarshalling 应该未换行并返回单个实例时,而不是在 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

要配置默认的区域设置,如 us 代表单元状态。要使用 JVM 平台默认区域设置,请使用默认名称

 

字符串

camel.dataformat.bindy-kvp.type

是否使用 csv、fixd 或 key value 对模式。

 

BindyType

camel.dataformat.bindy-kvp.unwrap-single-instance

当 unmarshalling 应该未换行并返回单个实例时,而不是在 java.util.List 中嵌套。

true

布尔值

ND