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

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

There is a newer version: 4.8.1
Show newest version
{
  "dataformat": {
    "kind": "dataformat",
    "name": "jsonApi",
    "title": "JSonApi",
    "description": "Marshal and unmarshal JSON:API resources using JSONAPI-Converter library.",
    "deprecated": false,
    "firstVersion": "3.0.0",
    "label": "dataformat,transformation",
    "javaType": "org.apache.camel.component.jsonapi.JsonApiDataFormat",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-jsonapi",
    "version": "4.7.0",
    "modelName": "jsonApi",
    "modelJavaType": "org.apache.camel.model.dataformat.JsonApiDataFormat"
  },
  "properties": {
    "id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" },
    "dataFormatTypes": { "index": 1, "kind": "attribute", "displayName": "Data Format Types", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The classes to take into account for the marshalling. Multiple classes can be separated by comma." },
    "mainFormatType": { "index": 2, "kind": "attribute", "displayName": "Main Format Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The class to take into account while unmarshalling." }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy