blob: 67851b2e3da512ac9fb616aebfafaba65bf2a63a [file] [log] [blame]
{
"groups": [
{
"name": "camel.language.xtokenize",
"type": "org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageConfiguration",
"sourceType": "org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageConfiguration"
},
{
"name": "camel.language.xtokenize.customizer",
"type": "org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.language.xtokenize.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.language.xtokenize.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the xtokenize language. This is enabled by default.",
"sourceType": "org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageConfiguration"
},
{
"name": "camel.language.xtokenize.mode",
"type": "java.lang.String",
"description": "The extraction mode. The available extraction modes are: i - injecting the contextual namespace bindings into the extracted token (default) w - wrapping the extracted token in its ancestor context u - unwrapping the extracted token to its child content t - extracting the text content of the specified element",
"sourceType": "org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageConfiguration"
},
{
"name": "camel.language.xtokenize.trim",
"type": "java.lang.Boolean",
"description": "Whether to trim the value to remove leading and trailing whitespaces and line breaks",
"sourceType": "org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageConfiguration",
"defaultValue": true
}
],
"hints": []
}