blob: fa5205440b75f547d26622ae45de8813864e1b89 [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "zipdeflater",
"title": "Zip Deflate Compression",
"description": "Compress and decompress streams using java.util.zip.Deflater and java.util.zip.Inflater.",
"deprecated": false,
"firstVersion": "2.12.0",
"label": "dataformat,transformation",
"javaType": "org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-zip-deflater-starter",
"version": "3.11.1-SNAPSHOT",
"modelName": "zipdeflater",
"modelJavaType": "org.apache.camel.model.dataformat.ZipDeflaterDataFormat"
},
"properties": {
"compressionLevel": { "kind": "attribute", "displayName": "Compression Level", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "-1", "description": "To specify a specific compression between 0-9. -1 is default compression, 0 is no compression, and 9 is best compression." },
"id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
}
}