added method args to custom service template
parent
7f4ae29b4d
commit
673e8a63f5
|
|
@ -5,5 +5,6 @@ customService1:
|
||||||
- name: myJOYNRService
|
- name: myJOYNRService
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
||||||
- methodName: exampleJoynrMethod
|
- methodName: exampleJoynrMethod
|
||||||
|
- methodArgs: java.lang.Byte[],java.lang.String
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "true"
|
- skipDeployment: "true"
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": ["{{.methodArgs}}"],
|
||||||
"methodName": "{{.methodName}}",
|
"methodName": "{{.methodName}}",
|
||||||
"returnType": "{{.returnType}}"
|
"returnType": "{{.returnType}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue