Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.cglib.reflect.FastMember
net.sf.cglib.reflect.FastConstructor
public class FastConstructor
extends FastMember
Method Summary | |
Class[] | |
Constructor | |
Class[] | |
Object | |
Object |
|
Methods inherited from class net.sf.cglib.reflect.FastMember | |
equals , getDeclaringClass , getExceptionTypes , getIndex , getModifiers , getName , getParameterTypes , hashCode , toString |
public Class[] getExceptionTypes()
- Overrides:
- getExceptionTypes in interface FastMember
public Constructor getJavaConstructor()
public Class[] getParameterTypes()
- Overrides:
- getParameterTypes in interface FastMember
public Object newInstance() throws InvocationTargetException
public Object newInstance(Object[] args) throws InvocationTargetException