|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.plugins.loader.AbstractMetaDataLoader
org.jboss.metadata.plugins.loader.BasicMetaDataLoader
org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader
public class AnnotatedElementMetaDataLoader
AnnotatedElementMetaDataLoader.
Constructor Summary | |
---|---|
AnnotatedElementMetaDataLoader(AnnotatedElement annotated)
Create a new AnnotatedElementMetaDataContext. |
Method Summary | ||
---|---|---|
MetaDataRetrieval |
getComponentMetaDataRetrieval(Signature signature)
Get the component metadata retrieval |
|
boolean |
isEmpty()
Is metadata empty. |
|
|
retrieveAnnotation(Class<T> annotationType)
Get annotation |
|
AnnotationsItem |
retrieveAnnotations()
Get all the annotations |
|
String |
toString()
|
Methods inherited from class org.jboss.metadata.plugins.loader.BasicMetaDataLoader |
---|
retrieveMetaData |
Methods inherited from class org.jboss.metadata.plugins.loader.AbstractMetaDataLoader |
---|
getScope, getScopedRetrieval, getValidTime, invalidate, isCachable, retrieveLocalAnnotations, retrieveLocalMetaData, retrieveMetaData, retrieveMetaData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnnotatedElementMetaDataLoader(AnnotatedElement annotated)
annotated
- the annotated elementMethod Detail |
---|
public AnnotationsItem retrieveAnnotations()
MetaDataRetrieval
public <T extends Annotation> AnnotationItem<T> retrieveAnnotation(Class<T> annotationType)
MetaDataRetrieval
retrieveAnnotation
in interface MetaDataRetrieval
retrieveAnnotation
in class BasicMetaDataLoader
T
- the annotation typeannotationType
- the annotation type
public MetaDataRetrieval getComponentMetaDataRetrieval(Signature signature)
MetaDataRetrieval
getComponentMetaDataRetrieval
in interface MetaDataRetrieval
getComponentMetaDataRetrieval
in class BasicMetaDataLoader
signature
- the signature
public boolean isEmpty()
MetaDataRetrieval
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |