public class DefaultNReflectMethod extends Object implements net.thevpc.nuts.reflect.NReflectMethod
| Constructor and Description |
|---|
DefaultNReflectMethod(Method method,
net.thevpc.nuts.reflect.NReflectType declaringType) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.reflect.NReflectType |
declaringType() |
boolean |
equals(Object o) |
int |
hashCode() |
Object |
invoke(Object instance,
Object... args) |
boolean |
isAccessible() |
boolean |
isVarArgs() |
String |
name() |
net.thevpc.nuts.reflect.NReflectParameter[] |
parameters() |
net.thevpc.nuts.reflect.NReflectSignature |
signature() |
String |
toString() |
public DefaultNReflectMethod(Method method, net.thevpc.nuts.reflect.NReflectType declaringType)
public boolean isAccessible()
isAccessible in interface net.thevpc.nuts.reflect.NReflectMethodpublic String name()
name in interface net.thevpc.nuts.reflect.NReflectMethodpublic net.thevpc.nuts.reflect.NReflectParameter[] parameters()
parameters in interface net.thevpc.nuts.reflect.NReflectMethodpublic Object invoke(Object instance, Object... args)
invoke in interface net.thevpc.nuts.reflect.NReflectMethodpublic net.thevpc.nuts.reflect.NReflectType declaringType()
declaringType in interface net.thevpc.nuts.reflect.NReflectMethodpublic boolean isVarArgs()
isVarArgs in interface net.thevpc.nuts.reflect.NReflectMethodpublic net.thevpc.nuts.reflect.NReflectSignature signature()
signature in interface net.thevpc.nuts.reflect.NReflectMethodCopyright © 2026 vpc open source initiative. All rights reserved.