第 61 章 JSON Gson
gson 是使用 Gson 库 的数据格式。
from("activemq:My.Queue"). marshal().json(JsonLibrary.Gson). to("mqseries:Another.Queue");
61.1. gson 选项
JSON Gson 数据格式支持 3 个选项,如下所列。
名称 | 默认 | Java 类型 | 描述 |
---|---|---|---|
prettyPrint |
| 支持格式良好的用户打印输出:默认为 false。 | |
unmarshalType |
| 在 unmarshalling 时使用的 java 类型的类名称。 | |
contentTypeHeader |
| 数据格式是否应使用数据格式的类型设置 Content-Type 标头。例如,用于数据格式的 application/xml 示例到 XML,或者用于数据格式的应用程序/json 到 JSON。 |