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

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

{
  "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",
    "artifactId": "camel-asn1",
    "version": "4.0.0-RC2",
    "modelName": "asn1",
    "modelJavaType": "org.apache.camel.model.dataformat.ASN1DataFormat"
  },
  "properties": {
    "unmarshalType": { "index": 0, "kind": "attribute", "displayName": "Unmarshal Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Class to use when unmarshalling." },
    "usingIterator": { "index": 1, "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 than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode." },
    "id": { "index": 2, "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 - 2025 Weber Informatics LLC | Privacy Policy