org.apache.camel.language.bean.bean.json Maven / Gradle / Ivy
{
"language": {
"kind": "language",
"name": "bean",
"title": "Bean method",
"description": "Call a method of the specified Java bean passing the Exchange, Body or specific headers to it.",
"deprecated": false,
"firstVersion": "1.3.0",
"label": "language,core,java",
"javaType": "org.apache.camel.language.bean.BeanLanguage",
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-bean",
"version": "3.4.2",
"modelName": "method",
"modelJavaType": "org.apache.camel.model.language.MethodCallExpression"
},
"properties": {
"ref": { "kind": "attribute", "displayName": "Ref", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Reference to bean to lookup in the registry" },
"method": { "kind": "attribute", "displayName": "Method", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Name of method to call" },
"beanType": { "kind": "attribute", "displayName": "Bean Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Class name of the bean to use" },
"trim": { "kind": "attribute", "displayName": "Trim", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": 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, "secret": false, "description": "Sets the id of this node" }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy