|
||||||||||
| 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
public abstract class JavassistAnnotatedInfo
JavassistAnnotatedInfo.
| Field Summary | |
|---|---|
protected AnnotationHelper |
annotationHelper
|
protected HashMap<String,AnnotationValue> |
annotationMap
Annotations map Map |
protected AnnotationValue[] |
annotationsArray
The annotations |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
JavassistAnnotatedInfo(AnnotationHelper annotationHelper)
|
|
| Method Summary | |
|---|---|
AnnotationValue |
getAnnotation(String name)
Get an annotation |
protected AnnotationValue[] |
getAnnotations(Object obj)
|
boolean |
isAnnotationPresent(String name)
Test whether an annotation is present |
protected void |
setupAnnotations(AnnotationValue[] annotations)
Set up the annotations |
| 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 AnnotationValue[] annotationsArray
protected HashMap<String,AnnotationValue> annotationMap
protected AnnotationHelper annotationHelper
| Constructor Detail |
|---|
public JavassistAnnotatedInfo(AnnotationHelper annotationHelper)
| Method Detail |
|---|
protected AnnotationValue[] getAnnotations(Object obj)
public AnnotationValue getAnnotation(String name)
AnnotatedInfo
name - the name
public boolean isAnnotationPresent(String name)
AnnotatedInfo
name - the name
protected void setupAnnotations(AnnotationValue[] annotations)
annotations - the annotations
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||