blob: 12450b3eb83a08acd5082963c522cf2d0b4357f2 [file] [log] [blame]
{
"groups": [
{
"name": "camel.dataformat.yaml-snakeyaml",
"type": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration"
},
{
"name": "camel.dataformat.yaml-snakeyaml.customizer",
"type": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.dataformat.yaml-snakeyaml.allow-any-type",
"type": "java.lang.Boolean",
"description": "Allow any class to be un-marshaled",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.yaml-snakeyaml.allow-recursive-keys",
"type": "java.lang.Boolean",
"description": "Set whether recursive keys are allowed.",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.yaml-snakeyaml.constructor",
"type": "java.lang.String",
"description": "BaseConstructor to construct incoming documents.",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration"
},
{
"name": "camel.dataformat.yaml-snakeyaml.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.dataformat.yaml-snakeyaml.dumper-options",
"type": "java.lang.String",
"description": "DumperOptions to configure outgoing objects.",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration"
},
{
"name": "camel.dataformat.yaml-snakeyaml.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the yaml-snakeyaml data format. This is enabled by default.",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration"
},
{
"name": "camel.dataformat.yaml-snakeyaml.max-aliases-for-collections",
"type": "java.lang.Integer",
"description": "Set the maximum amount of aliases allowed for collections.",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration",
"defaultValue": 50
},
{
"name": "camel.dataformat.yaml-snakeyaml.pretty-flow",
"type": "java.lang.Boolean",
"description": "Force the emitter to produce a pretty YAML document when using the flow style.",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration",
"defaultValue": false
},
{
"name": "camel.dataformat.yaml-snakeyaml.representer",
"type": "java.lang.String",
"description": "Representer to emit outgoing objects.",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration"
},
{
"name": "camel.dataformat.yaml-snakeyaml.resolver",
"type": "java.lang.String",
"description": "Resolver to detect implicit type",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration"
},
{
"name": "camel.dataformat.yaml-snakeyaml.unmarshal-type-name",
"type": "java.lang.String",
"description": "Class name of the java type to use when unmarshalling",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration"
},
{
"name": "camel.dataformat.yaml-snakeyaml.use-application-context-class-loader",
"type": "java.lang.Boolean",
"description": "Use ApplicationContextClassLoader as custom ClassLoader",
"sourceType": "org.apache.camel.component.snakeyaml.springboot.SnakeYAMLDataFormatConfiguration",
"defaultValue": true
}
],
"hints": []
}