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, setupAnnotationsgetUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresentcacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementationequals, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotationsprotected 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.