public class NullMethodInfo extends MethodInfo
| 限定符和类型 | 字段和说明 |
|---|---|
static NullMethodInfo |
me |
| 构造器和说明 |
|---|
NullMethodInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
invoke(Object target,
Object... args) |
boolean |
notNull()
仅仅 NullMethodInfo 会覆盖此方法并返回 false
1:MethodKit.getMethod(...)
|
getKey, getName, getParameterTypes, invokeVarArgsMethod, isStatic, isVarArgs, toStringpublic static final NullMethodInfo me
public boolean notNull()
MethodInfonotNull 在类中 MethodInfopublic Object invoke(Object target, Object... args) throws ReflectiveOperationException
invoke 在类中 MethodInfoReflectiveOperationExceptionCopyright © 2024. All rights reserved.