All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.language.mvel.mvel.json Maven / Gradle / Ivy

There is a newer version: 4.8.1
Show newest version
{
  "language": {
    "kind": "language",
    "name": "mvel",
    "title": "MVEL",
    "description": "Evaluates a MVEL template.",
    "deprecated": false,
    "firstVersion": "2.0.0",
    "label": "language,java",
    "javaType": "org.apache.camel.language.mvel.MvelLanguage",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-mvel",
    "version": "3.22.1",
    "modelName": "mvel",
    "modelJavaType": "org.apache.camel.model.language.MvelExpression"
  },
  "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" }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy