blob: e6a168ec7d244ba5f23b97101dde5180bf4f3bca [file] [log] [blame]
{
"groups": [
{
"name": "camel.dataformat.base64",
"type": "org.apache.camel.dataformat.base64.springboot.Base64DataFormatConfiguration",
"sourceType": "org.apache.camel.dataformat.base64.springboot.Base64DataFormatConfiguration"
},
{
"name": "camel.dataformat.base64.customizer",
"type": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.dataformat.base64.springboot.Base64DataFormatConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.dataformat.base64.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.dataformat.base64.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the base64 data format. This is enabled by default.",
"sourceType": "org.apache.camel.dataformat.base64.springboot.Base64DataFormatConfiguration"
},
{
"name": "camel.dataformat.base64.line-length",
"type": "java.lang.Integer",
"description": "To specific a maximum line length for the encoded data. By default 76 is used.",
"sourceType": "org.apache.camel.dataformat.base64.springboot.Base64DataFormatConfiguration",
"defaultValue": 76
},
{
"name": "camel.dataformat.base64.line-separator",
"type": "java.lang.String",
"description": "The line separators to use. Uses new line characters (CRLF) by default.",
"sourceType": "org.apache.camel.dataformat.base64.springboot.Base64DataFormatConfiguration"
},
{
"name": "camel.dataformat.base64.url-safe",
"type": "java.lang.Boolean",
"description": "Instead of emitting '' and '\/' we emit '-' and '_' respectively. urlSafe is only applied to encode operations. Decoding seamlessly handles both modes. Is by default false.",
"sourceType": "org.apache.camel.dataformat.base64.springboot.Base64DataFormatConfiguration",
"defaultValue": false
}
],
"hints": []
}