public class BoundMethod extends Object
| 构造器和说明 |
|---|
BoundMethod(Method method) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAffix() |
String |
getAliasName() |
<T extends Annotation> |
getAnnotation(Class<T> anno) |
Method |
getMethod() |
String |
getMethodDesc() |
String |
getName() |
static String |
getName(String methodName) |
Object |
invoke(Object instance,
Object... args) |
boolean |
isAbstract() |
static boolean |
isMethodDesc(String methodName) |
static String |
makeMethodDesc(Method method) |
static String |
makeMethodDesc(String name) |
static String |
makeMethodDesc(String name,
Class<?> resultType,
Class<?>... argTypes) |
static boolean |
matches(String methodName,
String name) |
public BoundMethod(Method method)
public Method getMethod()
public String getName()
public String getAliasName()
public String getMethodDesc()
public String getAffix()
public boolean isAbstract()
public <T extends Annotation> T getAnnotation(Class<T> anno)
public static String makeMethodDesc(String name, Class<?> resultType, Class<?>... argTypes)
public static boolean isMethodDesc(String methodName)
Copyright © 2024. All rights reserved.