不知道我是否理解你的意思了。
因为你说你有 ReferenceConfig ,所以我觉得可以通过反射来获取到你想调用方法的参数类型。
`
Method[] methods = ReferenceConfig.getInterfaceClass().getMethods();
for (Method method : methods) {
Class<?>[] parameter = method.getParameterTypes();
}
`
[ Full content available at:
https://github.com/apache/incubator-dubbo/issues/3161 ]
This message was relayed via gitbox.apache.org for
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]