blob: aedbd7c3653b6c1298627f426b987bbe9db8742b [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "base64",
"title": "Base64",
"description": "Encode and decode data using Base64.",
"deprecated": false,
"firstVersion": "2.11.0",
"label": "dataformat,transformation",
"javaType": "org.apache.camel.dataformat.base64.Base64DataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-base64-starter",
"version": "3.10.1-SNAPSHOT",
"modelName": "base64",
"modelJavaType": "org.apache.camel.model.dataformat.Base64DataFormat"
},
"properties": {
"lineLength": { "kind": "attribute", "displayName": "Line Length", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "76", "description": "To specific a maximum line length for the encoded data. By default 76 is used." },
"lineSeparator": { "kind": "attribute", "displayName": "Line Separator", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The line separators to use. Uses new line characters (CRLF) by default." },
"urlSafe": { "kind": "attribute", "displayName": "Url Safe", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "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." },
"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" }
}
}