blob: f03f93744921057f34e390f319b7347e58fd40a9 [file] [log] [blame]
{
"dataformat": {
"kind": "dataformat",
"name": "asn1",
"title": "ASN.1 File",
"description": "Encode and decode data structures using Abstract Syntax Notation One (ASN.1).",
"deprecated": false,
"firstVersion": "2.20.0",
"label": "dataformat,transformation,file",
"javaType": "org.apache.camel.dataformat.asn1.ASN1DataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-asn1-starter",
"version": "3.11.0-SNAPSHOT",
"modelName": "asn1",
"modelJavaType": "org.apache.camel.model.dataformat.ASN1DataFormat"
},
"properties": {
"usingIterator": { "kind": "attribute", "displayName": "Using Iterator", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "If the asn1 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." },
"clazzName": { "kind": "attribute", "displayName": "Clazz Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Name of class to use when unmarshalling" },
"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" }
}
}