mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add method
This commit is contained in:
parent
a80371d6b2
commit
670120949e
@ -86,6 +86,15 @@ public class MethodInvoker implements Invoker {
|
||||
return this.paramTypes;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取方法返回类型
|
||||
*
|
||||
* @return 方法返回类型
|
||||
*/
|
||||
public Type getReturnType() {
|
||||
return this.method.getReturnType();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return this.method.getName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user