public abstract class JavassistAnnotatedParameterInfo extends JavassistAnnotatedInfo
Modifier and Type | Field and Description |
---|---|
protected ClassInfo[] |
exceptionTypes
The exception types
|
protected ParameterInfo[] |
parameters
The parameters
|
protected TypeInfo[] |
parameterTypes
The parameter types
|
protected JavassistTypeInfo |
typeInfo
The type info
|
annotationHelper, annotationMap, annotationsArray
Constructor and Description |
---|
JavassistAnnotatedParameterInfo(AnnotationHelper annotationHelper) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
createParameterAnnotations() |
protected void |
setupParameterAnnotations(Object[][] annotations) |
getAnnotation, getAnnotations, isAnnotationPresent, setupAnnotations
getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotations
protected transient ParameterInfo[] parameters
protected transient TypeInfo[] parameterTypes
protected transient ClassInfo[] exceptionTypes
protected JavassistTypeInfo typeInfo
public JavassistAnnotatedParameterInfo(AnnotationHelper annotationHelper)
protected void setupParameterAnnotations(Object[][] annotations)
protected abstract void createParameterAnnotations()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.