blob: 29d54fdf7b9f3de9035b76721a74882f7ba5d079 [file] [log] [blame]
{
"groups": [
{
"name": "camel.dataformat.json-gson",
"type": "org.apache.camel.component.gson.springboot.GsonDataFormatConfiguration",
"sourceType": "org.apache.camel.component.gson.springboot.GsonDataFormatConfiguration"
},
{
"name": "camel.dataformat.json-gson.customizer",
"type": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.gson.springboot.GsonDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.dataformat.json-gson.content-type-header",
"type": "java.lang.Boolean",
"description": "Whether the data format should set the Content-Type header with the type from the data format. For example application\/xml for data formats marshalling to XML, or application\/json for data formats marshalling to JSON",
"sourceType": "org.apache.camel.component.gson.springboot.GsonDataFormatConfiguration",
"defaultValue": true
},
{
"name": "camel.dataformat.json-gson.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.dataformat.json-gson.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the json-gson data format. This is enabled by default.",
"sourceType": "org.apache.camel.component.gson.springboot.GsonDataFormatConfiguration"
},
{
"name": "camel.dataformat.json-gson.pretty-print",
"type": "java.lang.Boolean",
"description": "To enable pretty printing output nicely formatted. Is by default false.",
"sourceType": "org.apache.camel.component.gson.springboot.GsonDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.json-gson.unmarshal-type",
"type": "java.lang.String",
"description": "Class name of the java type to use when unmarshalling",
"sourceType": "org.apache.camel.component.gson.springboot.GsonDataFormatConfiguration"
}
],
"hints": []
}