blob: aa8045ff313b97131f969c45548b8e1a59fb257b [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "parquetAvro",
"title": "Parquet File",
"description": "Parquet Avro serialization and de-serialization.",
"deprecated": false,
"firstVersion": "4.0.0",
"label": "dataformat,transformation,file",
"javaType": "org.apache.camel.dataformat.parquet.avro.ParquetAvroDataFormat",
"supportLevel": "Preview",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-parquet-avro-starter",
"version": "4.0.0-SNAPSHOT",
"modelName": "parquetAvro",
"modelJavaType": "org.apache.camel.model.dataformat.ParquetAvroDataFormat"
},
"properties": {
"unmarshalType": { "index": 0, "kind": "attribute", "displayName": "Unmarshal Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Class to use when unmarshalling." },
"id": { "index": 1, "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
}
}