All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.component.fastjson.json-fastjson.json Maven / Gradle / Ivy

There is a newer version: 4.8.0
Show newest version
{
  "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",
    "artifactId": "camel-fastjson",
    "version": "3.10.0",
    "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" }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy