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

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

There is a newer version: 4.8.0
Show newest version
{
  "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",
    "artifactId": "camel-base64",
    "version": "4.0.6",
    "modelName": "base64",
    "modelJavaType": "org.apache.camel.model.dataformat.Base64DataFormat"
  },
  "properties": {
    "lineLength": { "index": 0, "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": { "index": 1, "kind": "attribute", "displayName": "Line Separator", "label": "advanced", "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": { "index": 2, "kind": "attribute", "displayName": "Url Safe", "label": "advanced", "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": { "index": 3, "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 - 2024 Weber Informatics LLC | Privacy Policy