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 java.lang.Class[]getExceptionTypes()java.lang.reflect.ConstructorgetJavaConstructor()java.lang.Class[]getParameterTypes()java.lang.ObjectnewInstance()java.lang.ObjectnewInstance(java.lang.Object[] args)-
Methods inherited from class net.sf.cglib.reflect.FastMember
equals, getDeclaringClass, getIndex, getModifiers, getName, hashCode, toString
-
-
-
-
Method Detail
-
getParameterTypes
public java.lang.Class[] getParameterTypes()
- Specified by:
getParameterTypesin classFastMember
-
getExceptionTypes
public java.lang.Class[] getExceptionTypes()
- Specified by:
getExceptionTypesin classFastMember
-
newInstance
public java.lang.Object newInstance() throws java.lang.reflect.InvocationTargetException- Throws:
java.lang.reflect.InvocationTargetException
-
newInstance
public java.lang.Object newInstance(java.lang.Object[] args) throws java.lang.reflect.InvocationTargetException- Throws:
java.lang.reflect.InvocationTargetException
-
getJavaConstructor
public java.lang.reflect.Constructor getJavaConstructor()
-
-