↓ 2 callersMethodgetMethodGenericParameterTypes通过反射获得Class声明的范型Class. 通过反射,获得方法输入参数第index个输入参数的所有泛型参数的实际类型. 如: public void add(Map<String, Buyer> maps, List<String> names){} @param method 方法 @para
bitchat-core/src/main/java/io/bitchat/http/controller/ProxyInvocation.java:214