All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.apache.camel.language.ognl.ognl.json Maven / Gradle / Ivy
{
"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": "3.20.8",
"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" },
"resultType": { "kind": "attribute", "displayName": "Result Type", "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": { "kind": "attribute", "displayName": "Trim", "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" },
"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" }
}
}