public class JavassistConstructorInfo extends JavassistAnnotatedParameterInfo implements MutableConstructorInfo
MutableConstructorInfoMutableConstructorInfo,
Serialized FormctBehavior, exceptionTypes, parameters, parameterTypes, typeInfoannotationHelper, annotationMap, annotationsArrayABSTRACT, CONSTANT, FINAL, PACKAGE, PACKAGE_ABSTRACT, PACKAGE_CONSTANT, PACKAGE_STATIC, PRIVATE, PRIVATE_CONSTANT, PRIVATE_STATIC, PROTECTED, PROTECTED_ABSTRACT, PROTECTED_CONSTANT, PROTECTED_STATIC, PUBLIC, PUBLIC_ABSTRACT, PUBLIC_CONSTANT, PUBLIC_STATIC, STATIC| Constructor and Description |
|---|
JavassistConstructorInfo(SignatureKey signatureKey,
AnnotationHelper annotationHelper,
JavassistTypeInfo typeInfo,
javassist.CtConstructor ctConstructor)
Create a new JavassistConstructorInfo.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected javassist.CtConstructor |
getCtConstructor() |
protected int |
getHashCode() |
String |
getName() |
Object |
newInstance(Object[] args)
Create a new instance
|
protected void |
toString(org.jboss.util.JBossStringBuilder buffer) |
createParameterAnnotations, generateParameters, getAnnotations, getDeclaringClass, getDescriptor, getExceptionTypes, getMethodSignature, getModifiers, getParameters, getParameterTypes, getSignatureKey, isPublic, isStatic, isVolatile, setBody, setExceptions, setExceptions, setModifier, setParameters, setParameters, setupParameterAnnotationsgetAnnotation, getAnnotations, isAnnotationPresent, setupAnnotationsgetUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresentcacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toShortString, toString, toStringImplementationfinalize, getClass, notify, notifyAll, wait, wait, waitsetBody, setExceptions, setExceptions, setModifier, setParameters, setParametersgetExceptionTypes, getParameters, getParameterTypesgetAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresentgetDeclaringClassgetModifiers, isPublic, isStatic, isVolatilepublic JavassistConstructorInfo(SignatureKey signatureKey, AnnotationHelper annotationHelper, JavassistTypeInfo typeInfo, javassist.CtConstructor ctConstructor)
annotationHelper - the annotation helpertypeInfo - the type infoctConstructor - the constructorpublic Object newInstance(Object[] args) throws Throwable
ConstructorInfonewInstance in interface ConstructorInfoargs - the argumentsThrowable - for any errorprotected int getHashCode()
getHashCode in class org.jboss.util.JBossObjectprotected void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class org.jboss.util.JBossObjectprotected javassist.CtConstructor getCtConstructor()
public String getName()
getName in class JavassistAnnotatedParameterInfoCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.