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

org.apache.camel.springboot.catalog.dataformats.lzf.json Maven / Gradle / Ivy

{
  "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.4.6",
    "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, "secret": false, "defaultValue": false, "description": "Enable encoding (compress) using multiple processing cores." },
    "contentTypeHeader": { "kind": "attribute", "displayName": "Content Type Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": 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, "secret": false, "description": "The id of this node" }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy