com.liferay.portal.kernel.util
Class MethodParameter
java.lang.Object
com.liferay.portal.kernel.util.MethodParameter
public class MethodParameter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodParameter
public MethodParameter(String name,
String signatures,
Class<?> type)
getGenericTypes
public Class<?>[] getGenericTypes()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getName
public String getName()
getSignature
public String getSignature()
getType
public Class<?> getType()