META-INF.org.apache.camel.language.ognl.ognl.json Maven / Gradle / Ivy
The newest version!
{
"language": {
"kind": "language",
"name": "ognl",
"title": "OGNL",
"description": "Evaluates an OGNL expression (Apache Commons OGNL).",
"deprecated": false,
"firstVersion": "1.1.0",
"label": "language,java",
"javaType": "org.apache.camel.language.ognl.OgnlLanguage",
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-ognl",
"version": "4.9.0",
"modelName": "ognl",
"modelJavaType": "org.apache.camel.model.language.OgnlExpression"
},
"properties": {
"id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the id of this node" },
"expression": { "index": 1, "kind": "value", "displayName": "Expression", "group": "common", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The expression value in your chosen language syntax" },
"resultType": { "index": 2, "kind": "attribute", "displayName": "Result Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the class of the result type (type from output)" },
"trim": { "index": 3, "kind": "attribute", "displayName": "Trim", "group": "advanced", "label": "advanced", "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" }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy