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