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

org.apache.camel.dataformat.lzf.lzf.json Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
{
  "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",
    "artifactId": "camel-lzf",
    "version": "3.22.0",
    "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" }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy