147.2. Spring Boot Auto-Configuration
组件支持 5 个选项,它们如下所列。
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
camel.dataformat.hessian.allowed-unmarshall-objects | 定义允许对象被取消marshalled | 字符串 | |
camel.dataformat.hessian.content-type-header | 如果数据格式能够这样做,则数据格式是否应该以 data 格式设置 Content-Type 标头。例如,用于数据格式的 application/xml (数据格式)或 application/json 用于数据格式 marshalling to JSon etc。 | false | 布尔值 |
camel.dataformat.hessian.denied-unmarshall-objects | 定义要取消编出的拒绝对象 | 字符串 | |
camel.dataformat.hessian.enabled | 启用 hessian 数据格式 | true | 布尔值 |
camel.dataformat.hessian.whitelist-enabled | 定义是否启用 Whitelist 功能 | true | 布尔值 |
ND