Package net.sf.cglib.reflect
Class FastConstructor
- java.lang.Object
-
- net.sf.cglib.reflect.FastMember
-
- net.sf.cglib.reflect.FastConstructor
-
public class FastConstructor extends FastMember
-
-
Field Summary
-
Fields inherited from class net.sf.cglib.reflect.FastMember
fc, index, member
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class[]getExceptionTypes()ConstructorgetJavaConstructor()Class[]getParameterTypes()ObjectnewInstance()ObjectnewInstance(Object[] args)-
Methods inherited from class net.sf.cglib.reflect.FastMember
equals, getDeclaringClass, getIndex, getModifiers, getName, hashCode, toString
-
-
-
-
Method Detail
-
getParameterTypes
public Class[] getParameterTypes()
- Specified by:
getParameterTypesin classFastMember
-
getExceptionTypes
public Class[] getExceptionTypes()
- Specified by:
getExceptionTypesin classFastMember
-
newInstance
public Object newInstance() throws InvocationTargetException
- Throws:
InvocationTargetException
-
newInstance
public Object newInstance(Object[] args) throws InvocationTargetException
- Throws:
InvocationTargetException
-
getJavaConstructor
public Constructor getJavaConstructor()
-
-