Modifier and Type | Method and Description |
---|---|
AnnotationsItem |
AbstractMetaDataContext.retrieveAnnotations() |
AnnotationsItem |
CachingMetaDataContext.retrieveAnnotations() |
AnnotationsItem |
AbstractMetaDataContext.retrieveAnnotationsAnnotatedWith(Class<? extends Annotation> meta) |
AnnotationsItem |
CachingMetaDataContext.retrieveAnnotationsAnnotatedWith(Class<? extends Annotation> meta) |
AnnotationsItem |
AbstractMetaDataContext.retrieveLocalAnnotations() |
Modifier and Type | Method and Description |
---|---|
protected Cache<Class,AnnotationsItem> |
AbstractMetaDataContext.getAnnotationsItemCache() |
protected Cache<Class,AnnotationsItem> |
CachingMetaDataContext.getAnnotationsItemCache() |
protected Cache<Class,AnnotationsItem> |
AbstractMetaDataContext.retrieveAnnotationsAnnotatedWithIndex()
Only match annotations with meta annotation.
|
Modifier and Type | Method and Description |
---|---|
AnnotationsItem |
SimpleMetaDataLoader.retrieveAnnotations() |
AnnotationsItem |
AbstractMetaDataLoader.retrieveAnnotationsAnnotatedWith(Class<? extends Annotation> meta) |
AnnotationsItem |
AbstractMetaDataLoader.retrieveLocalAnnotations() |
Modifier and Type | Method and Description |
---|---|
AnnotationsItem |
MemoryMetaDataLoader.retrieveAnnotations() |
Modifier and Type | Method and Description |
---|---|
AnnotationsItem |
AnnotatedElementMetaDataLoader.retrieveAnnotations() |
Modifier and Type | Method and Description |
---|---|
AnnotationsItem |
ThreadLocalMetaDataLoader.retrieveAnnotations() |
AnnotationsItem |
ThreadLocalMetaDataLoader.retrieveAnnotationsAnnotatedWith(Class<? extends Annotation> meta) |
Modifier and Type | Method and Description |
---|---|
AnnotationsItem |
MetaDataRetrieval.retrieveAnnotations()
Get all the annotations
|
AnnotationsItem |
MetaDataRetrieval.retrieveAnnotationsAnnotatedWith(Class<? extends Annotation> meta)
Get all the annotations annotated with the given meta annotation
|
AnnotationsItem |
MetaDataRetrieval.retrieveLocalAnnotations()
Get all the local annotations
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAnnotationsItem
BasicAnnotationsItem.
|
Modifier and Type | Class and Description |
---|---|
class |
CummulativeAnnotationsItem
CummulativeAnnotationsItem.
|
Constructor and Description |
---|
AnnotationsToMetaDatasBridge(AnnotationsItem annotations)
Create a new AnnotationsToMetaDatasBridge.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleAnnotationsItem
SimpleAnnotationsItem.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.