blob: cc89f296a31d3b5742399066643d3b5b722c80c6 [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "json-fastjson",
"title": "JSON Fastjson",
"description": "Marshal POJOs to JSON and back using Fastjson",
"deprecated": false,
"firstVersion": "2.20.0",
"label": "dataformat,transformation,json",
"javaType": "org.apache.camel.component.fastjson.FastjsonDataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-fastjson-starter",
"version": "3.7.0-SNAPSHOT",
"modelName": "json",
"modelJavaType": "org.apache.camel.model.dataformat.JsonDataFormat"
},
"properties": {
"unmarshalTypeName": { "kind": "attribute", "displayName": "Unmarshal Type Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Class name of the java type to use when unmarshalling" },
"contentTypeHeader": { "kind": "attribute", "displayName": "Content Type Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether the data format should set the Content-Type header with the type from the data format. For example application\/xml for data formats marshalling to XML, or application\/json for data formats marshalling to JSON" }
}
}