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()
Constructor
getJavaConstructor()
Class[]
getParameterTypes()
Object
newInstance()
Object
newInstance(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:
getParameterTypes
in classFastMember
-
getExceptionTypes
public Class[] getExceptionTypes()
- Specified by:
getExceptionTypes
in classFastMember
-
newInstance
public Object newInstance() throws InvocationTargetException
- Throws:
InvocationTargetException
-
newInstance
public Object newInstance(Object[] args) throws InvocationTargetException
- Throws:
InvocationTargetException
-
getJavaConstructor
public Constructor getJavaConstructor()
-
-