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

META-INF.org.apache.camel.component.gson.gson.json Maven / Gradle / Ivy

There is a newer version: 4.8.0
Show newest version
{
  "dataformat": {
    "kind": "dataformat",
    "name": "gson",
    "title": "JSON Gson",
    "description": "Marshal POJOs to JSON and back using Gson",
    "deprecated": false,
    "firstVersion": "2.10.0",
    "label": "dataformat,transformation,json",
    "javaType": "org.apache.camel.component.gson.GsonDataFormat",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-gson",
    "version": "4.7.0",
    "modelName": "json",
    "modelJavaType": "org.apache.camel.model.dataformat.JsonDataFormat"
  },
  "properties": {
    "prettyPrint": { "index": 0, "kind": "attribute", "displayName": "Pretty Print", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "To enable pretty printing output nicely formatted. Is by default false." },
    "unmarshalType": { "index": 1, "kind": "attribute", "displayName": "Unmarshal Type", "group": "common", "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": { "index": 2, "kind": "attribute", "displayName": "Content Type Header", "group": "common", "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" },
    "dateFormatPattern": { "index": 3, "kind": "attribute", "displayName": "Date Format Pattern", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "To configure the date format while marshall or unmarshall Date fields in JSON using Gson" }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy