This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 561cb72d4370c5bce9367ee462b49fa652b2da7d Author: Andrea Cosentino <[email protected]> AuthorDate: Fri May 7 15:39:47 2021 +0200 Regen --- .../org/apache/camel/catalog/models/templateBean.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/templateBean.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/templateBean.json new file mode 100644 index 0000000..f2bc7ce --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/templateBean.json @@ -0,0 +1,17 @@ +{ + "model": { + "kind": "model", + "name": "templateBean", + "title": "Template Bean", + "description": "A route template bean (local bean)", + "deprecated": false, + "label": "configuration", + "javaType": "org.apache.camel.model.RouteTemplateBeanDefinition", + "input": false, + "output": false + }, + "properties": { + "name": { "kind": "attribute", "displayName": "Name", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Bean name" }, + "beanType": { "kind": "attribute", "displayName": "Bean Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the Class of the bean" } + } +}
