public class NormalMethod extends Object implements MethodInvoker
NormalMethod(Method method)
Method
getMethod()
String
getName()
Class<?>
getReturnType()
Object
invoke(Object target, Object... args)
boolean
isAbstract()
isFinal()
isHide()
isStatic()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NormalMethod(Method method)
public Object invoke(Object target, Object... args)
invoke
MethodInvoker
public String getName()
getName
Invoker
public Class<?> getReturnType()
public boolean isHide()
isHide
public boolean isStatic()
isStatic
public boolean isFinal()
isFinal
public boolean isAbstract()
public Method getMethod()
public String toString()
toString
Copyright © 2019. All rights reserved.