blob: 2076e373576ad0932930dd597263594f4fb1cf03 [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.7.0-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." },
"contentTypeHeader": { "kind": "attribute", "displayName": "Content Type Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 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, "autowired": false, "secret": false, "description": "The id of this node" }
}
}