blob: 88a1addabeea6925d9db984cd6f366e0ceed2272 [file] [log] [blame]
{
"groups": [
{
"name": "camel.dataformat.json-johnzon",
"type": "org.apache.camel.component.johnzon.springboot.JohnzonDataFormatConfiguration",
"sourceType": "org.apache.camel.component.johnzon.springboot.JohnzonDataFormatConfiguration"
},
{
"name": "camel.dataformat.json-johnzon.customizer",
"type": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.johnzon.springboot.JohnzonDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.dataformat.json-johnzon.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.dataformat.json-johnzon.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the json-johnzon data format. This is enabled by default.",
"sourceType": "org.apache.camel.component.johnzon.springboot.JohnzonDataFormatConfiguration"
},
{
"name": "camel.dataformat.json-johnzon.object-mapper",
"type": "java.lang.String",
"description": "Lookup and use the existing Mapper with the given id.",
"sourceType": "org.apache.camel.component.johnzon.springboot.JohnzonDataFormatConfiguration"
},
{
"name": "camel.dataformat.json-johnzon.pretty-print",
"type": "java.lang.Boolean",
"description": "To enable pretty printing output nicely formatted. Is by default false.",
"sourceType": "org.apache.camel.component.johnzon.springboot.JohnzonDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.json-johnzon.unmarshal-type-name",
"type": "java.lang.String",
"description": "Class name of the java type to use when unmarshalling",
"sourceType": "org.apache.camel.component.johnzon.springboot.JohnzonDataFormatConfiguration"
}
],
"hints": []
}