blob: 3b7e884169fb5b8840184d7e517dd0a89638e3cc [file] [log] [blame]
{
"groups": [
{
"name": "camel.language.joor",
"type": "org.apache.camel.language.joor.springboot.JoorLanguageConfiguration",
"sourceType": "org.apache.camel.language.joor.springboot.JoorLanguageConfiguration"
},
{
"name": "camel.language.joor.customizer",
"type": "org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.language.joor.springboot.JoorLanguageConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.language.joor.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.language.joor.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the joor language. This is enabled by default.",
"sourceType": "org.apache.camel.language.joor.springboot.JoorLanguageConfiguration"
},
{
"name": "camel.language.joor.pre-compile",
"type": "java.lang.Boolean",
"description": "Whether the expression should be pre compiled once during initialization phase. If this is turned off, then the expression is reloaded and compiled on each evaluation.",
"sourceType": "org.apache.camel.language.joor.springboot.JoorLanguageConfiguration",
"defaultValue": true
},
{
"name": "camel.language.joor.single-quotes",
"type": "java.lang.Boolean",
"description": "Whether single quotes can be used as replacement for double quotes. This is convenient when you need to work with strings inside strings.",
"sourceType": "org.apache.camel.language.joor.springboot.JoorLanguageConfiguration",
"defaultValue": true
},
{
"name": "camel.language.joor.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.joor.springboot.JoorLanguageConfiguration",
"defaultValue": true
}
],
"hints": []
}