|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.reflect.plugins.AbstractAnnotatedInfo
org.jboss.reflect.plugins.javassist.JavassistAnnotatedInfo
org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
public abstract class JavassistAnnotatedParameterInfo
Field Summary | |
---|---|
protected ClassInfo[] |
exceptionTypes
The exception types |
protected ParameterInfo[] |
parameters
The parameters |
protected TypeInfo[] |
parameterTypes
The parameter types |
protected JavassistTypeInfo |
typeInfo
The type info |
Fields inherited from class org.jboss.reflect.plugins.javassist.JavassistAnnotatedInfo |
---|
annotationHelper, annotationMap, annotationsArray |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
JavassistAnnotatedParameterInfo(AnnotationHelper annotationHelper)
|
Method Summary | |
---|---|
protected abstract void |
createParameterAnnotations()
|
protected void |
setupParameterAnnotations(Object[][] annotations)
|
Methods inherited from class org.jboss.reflect.plugins.javassist.JavassistAnnotatedInfo |
---|
getAnnotation, getAnnotations, isAnnotationPresent, setupAnnotations |
Methods inherited from class org.jboss.reflect.plugins.AbstractAnnotatedInfo |
---|
getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.reflect.spi.AnnotatedInfo |
---|
getAnnotations |
Methods inherited from interface org.jboss.util.JBossInterface |
---|
clone, toShortString, toShortString |
Field Detail |
---|
protected transient ParameterInfo[] parameters
protected transient TypeInfo[] parameterTypes
protected transient ClassInfo[] exceptionTypes
protected JavassistTypeInfo typeInfo
Constructor Detail |
---|
public JavassistAnnotatedParameterInfo(AnnotationHelper annotationHelper)
Method Detail |
---|
protected void setupParameterAnnotations(Object[][] annotations)
protected abstract void createParameterAnnotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |