public class MethodWrap extends Object
protected
MethodWrap(Method m)
static MethodWrap
get(Method method)
Method
getMethod()
String
getName()
Parameter[]
getParameters()
Class<?>
getReturnType()
Object
invoke(Object obj, Object... args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected MethodWrap(Method m)
public static MethodWrap get(Method method)
public String getName()
public Method getMethod()
public Class<?> getReturnType()
public Parameter[] getParameters()
public Object invoke(Object obj, Object... args) throws Exception
Exception
Copyright © 2020. All rights reserved.