blob: 6aa6187bbe0c6a87037c65c400cadc5671c123de [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "thrift",
"title": "Thrift",
"description": "Serialize and deserialize messages using Apache Thrift binary data format.",
"deprecated": false,
"firstVersion": "2.20.0",
"label": "dataformat,transformation",
"javaType": "org.apache.camel.dataformat.thrift.ThriftDataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-thrift-starter",
"version": "3.11.1-SNAPSHOT",
"modelName": "thrift",
"modelJavaType": "org.apache.camel.model.dataformat.ThriftDataFormat"
},
"properties": {
"instanceClass": { "kind": "attribute", "displayName": "Instance Class", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Name of class to use when unmarshalling" },
"contentTypeFormat": { "kind": "attribute", "displayName": "Content Type Format", "required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ "binary", "json", "sjson" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "binary", "description": "Defines a content type format in which thrift message will be serialized\/deserialized from(to) the Java been. The format can either be native or json for either native binary thrift, json or simple json fields representation. The default value is binary." },
"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" },
"id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
}
}