blob: 0b8c30c9d8d9960ea6d0731d1f0f3cbd035461e2 [file] [log] [blame]
{
"groups": [
{
"name": "camel.dataformat.zipfile",
"type": "org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"sourceType": "org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration"
},
{
"name": "camel.dataformat.zipfile.customizer",
"type": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.dataformat.zipfile.allow-empty-directory",
"type": "java.lang.Boolean",
"description": "If the zip file has more then one entry, setting this option to true, allows to get the iterator even if the directory is empty",
"sourceType": "org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.zipfile.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.dataformat.zipfile.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the zipfile data format. This is enabled by default.",
"sourceType": "org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration"
},
{
"name": "camel.dataformat.zipfile.max-decompressed-size",
"type": "java.lang.Long",
"description": "Set the maximum decompressed size of a zip file (in bytes). The default value if not specified corresponds to 1 gigabyte. An IOException will be thrown if the decompressed size exceeds this amount. Set to -1 to disable setting a maximum decompressed size.",
"sourceType": "org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"defaultValue": 1073741824
},
{
"name": "camel.dataformat.zipfile.preserve-path-elements",
"type": "java.lang.Boolean",
"description": "If the file name contains path elements, setting this option to true, allows the path to be maintained in the zip file.",
"sourceType": "org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.zipfile.using-iterator",
"type": "java.lang.Boolean",
"description": "If the zip file has more then one entry, the setting this option to true, allows to work with the splitter EIP, to split the data using an iterator in a streaming mode.",
"sourceType": "org.apache.camel.dataformat.zipfile.springboot.ZipFileDataFormatConfiguration",
"defaultValue": false
}
],
"hints": []
}