blob: 29ece8f5c8d45c6888bed8945e799a361b5d86d2 [file] [log] [blame]
{
"language": {
"kind": "language",
"name": "ognl",
"title": "OGNL",
"description": "Evaluate an Apache Commons Object Graph Navigation Library (OGNL) expression against the Camel Exchange.",
"deprecated": false,
"firstVersion": "1.1.0",
"label": "language,java",
"javaType": "org.apache.camel.language.ognl.OgnlLanguage",
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-ognl-starter",
"version": "3.10.0-SNAPSHOT",
"modelName": "ognl",
"modelJavaType": "org.apache.camel.model.language.OgnlExpression"
},
"properties": {
"expression": { "kind": "value", "displayName": "Expression", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The expression value in your chosen language syntax" },
"trim": { "kind": "attribute", "displayName": "Trim", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to trim the value to remove leading and trailing whitespaces and line breaks" },
"id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the id of this node" }
}
}