added method args to custom service template

ew_test
ermisw 2022-06-03 09:59:08 +02:00
parent 7f4ae29b4d
commit 673e8a63f5
2 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ customService1:
- name: myJOYNRService
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
- methodName: exampleJoynrMethod
- methodArgs: java.lang.Byte[],java.lang.String
- returnType: void
- skipDeployment: "true"

View File

@ -13,7 +13,7 @@
"matcher": "EQUALS",
"methodRules": [
{
"argumentTypes": [],
"argumentTypes": ["{{.methodArgs}}"],
"methodName": "{{.methodName}}",
"returnType": "{{.returnType}}"
}