blob: dda23c4e708730e3597bec2f8fed375b187ce0be [file] [log] [blame]
{
"groups": [
{
"name": "camel.dataformat.asn1",
"type": "org.apache.camel.dataformat.asn1.springboot.ASN1DataFormatConfiguration",
"sourceType": "org.apache.camel.dataformat.asn1.springboot.ASN1DataFormatConfiguration"
},
{
"name": "camel.dataformat.asn1.customizer",
"type": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.dataformat.asn1.springboot.ASN1DataFormatConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.dataformat.asn1.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.dataformat.asn1.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the asn1 data format. This is enabled by default.",
"sourceType": "org.apache.camel.dataformat.asn1.springboot.ASN1DataFormatConfiguration"
},
{
"name": "camel.dataformat.asn1.unmarshal-type",
"type": "java.lang.String",
"description": "Class to use when unmarshalling.",
"sourceType": "org.apache.camel.dataformat.asn1.springboot.ASN1DataFormatConfiguration"
},
{
"name": "camel.dataformat.asn1.using-iterator",
"type": "java.lang.Boolean",
"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.",
"sourceType": "org.apache.camel.dataformat.asn1.springboot.ASN1DataFormatConfiguration",
"defaultValue": false
}
],
"hints": []
}