public class MethodInfo extends Object
MethodInfo(String name, Class<?> returnType, Class<?>[] paramTypes)
String
getName()
Class<?>[]
getParamTypes()
Class<?>
getReturnType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MethodInfo(String name, Class<?> returnType, Class<?>[] paramTypes)
public String getName()
public Class<?> getReturnType()
public Class<?>[] getParamTypes()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.