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

org.apache.camel.springboot.catalog.dataformats.ical.json Maven / Gradle / Ivy

{
  "dataformat": {
    "kind": "dataformat",
    "name": "ical",
    "title": "iCal",
    "description": "Marshal and unmarshal iCal (.ics) documents to\/from model objects provided by the iCal4j library.",
    "deprecated": false,
    "firstVersion": "2.12.0",
    "label": "dataformat,transformation",
    "javaType": "org.apache.camel.component.ical.ICalDataFormat",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel.springboot",
    "artifactId": "camel-ical-starter",
    "version": "3.4.6",
    "modelName": "ical",
    "modelJavaType": "org.apache.camel.model.dataformat.IcalDataFormat"
  },
  "properties": {
    "validating": { "kind": "attribute", "displayName": "Validating", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "Whether to validate." },
    "contentTypeHeader": { "kind": "attribute", "displayName": "Content Type Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "Whether the data format should set the Content-Type header with the type from the data format if the data format is capable of doing so. For example application\/xml for data formats marshalling to XML, or application\/json for data formats marshalling to JSON etc." },
    "id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "The id of this node" }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy