blob: dbef351829b8e70470e692d5df575d2eac842731 [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "lzf",
"title": "LZF Deflate Compression",
"description": "Compress and decompress streams using LZF deflate algorithm.",
"deprecated": false,
"firstVersion": "2.17.0",
"label": "dataformat,transformation",
"javaType": "org.apache.camel.dataformat.lzf.LZFDataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-lzf-starter",
"version": "3.10.0-SNAPSHOT",
"modelName": "lzf",
"modelJavaType": "org.apache.camel.model.dataformat.LZFDataFormat"
},
"properties": {
"usingParallelCompression": { "kind": "attribute", "displayName": "Using Parallel Compression", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Enable encoding (compress) using multiple processing cores." },
"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" }
}
}