Validate procedure input type
Closed this issue · 0 comments
fbiville commented
Only those types are valid:
- String
- Long
- long
- Double
- double
- Number
- Boolean
- boolean
- java.util.Map
<String,Object>
- java.util.List of any type in this list, including java.util.List
- Object