net.sf.cglib.reflect
Class FastConstructor
java.lang.Object
net.sf.cglib.reflect.FastMember
net.sf.cglib.reflect.FastConstructor
public class FastConstructor
- extends FastMember
getParameterTypes
public Class[] getParameterTypes()
- Specified by:
getParameterTypes in class FastMember
getExceptionTypes
public Class[] getExceptionTypes()
- Specified by:
getExceptionTypes in class FastMember
newInstance
public Object newInstance()
throws InvocationTargetException
- Throws:
InvocationTargetException
newInstance
public Object newInstance(Object[] args)
throws InvocationTargetException
- Throws:
InvocationTargetException
getJavaConstructor
public Constructor getJavaConstructor()
Copyright © 2012 Oracle Corporation. All Rights Reserved.