2.14. Bindy
在一个侧和 Comma separated values(CSV)上的 marshal 和 unmarshal 和 unmarshal 和 unmarshal 和 unmarshal,使用 Camel Bindy 在其它边显示字段长度或键值对(KVP)格式
2.14.1. 内部
有关用法和配置详情,请参阅上述链接。
2.14.2. Maven 协调
在 code.quarkus.redhat.com 上使用此扩展创建一个新项目
或者在现有项目中添加协调:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-bindy</artifactId> </dependency>
2.14.3. Camel Quarkus 限制
当在原生模式中使用 camel-quarkus-bindy 时,只支持构建机器的区域。
例如,在构建带有 french 区域的机器时,代码如下:
BindyDataFormat dataFormat = new BindyDataFormat(); dataFormat.setLocale("ar");
以 JVM 模式格式化数值,如预期一样。但是,它以原生模式的形式格式化了 french 的方式。
如果不进行进一步调整,将使用构建机器的默认区域设置。可使用 quarkus.native.user-language 和 quarkus.native.user-country 配置属性指定另一个区域设置。