META-INF.org.apache.camel.language.wasm.wasm.json Maven / Gradle / Ivy
{
"language": {
"kind": "language",
"name": "wasm",
"title": "Wasm",
"description": "Call a wasm (web assembly) function.",
"deprecated": false,
"firstVersion": "4.5.0",
"label": "language",
"javaType": "org.apache.camel.language.wasm.WasmLanguage",
"supportLevel": "Experimental",
"groupId": "org.apache.camel",
"artifactId": "camel-wasm",
"version": "4.8.0",
"modelName": "wasm",
"modelJavaType": "org.apache.camel.model.language.WasmExpression"
},
"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" },
"module": { "index": 2, "kind": "attribute", "displayName": "Module", "group": "common", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Set the module (the distributable, loadable, and executable unit of code in WebAssembly) resource that provides the expression function." },
"resultType": { "index": 3, "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": 4, "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