public class QualifierInstance extends Object
| Modifier and Type | Field and Description |
|---|---|
static QualifierInstance |
ANY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Class<? extends Annotation> |
getAnnotationClass() |
int |
hashCode() |
static QualifierInstance |
of(Annotation annotation,
MetaAnnotationStore store) |
static QualifierInstance |
of(Annotation annotation,
MetaAnnotationStore store,
boolean useQualifierInstanceCache) |
static Set<QualifierInstance> |
qualifiers(BeanManagerImpl beanManager,
Bean<?> bean) |
static Set<QualifierInstance> |
qualifiers(BeanManagerImpl beanManager,
Set<Annotation> annotations) |
static Set<QualifierInstance> |
qualifiers(MetaAnnotationStore store,
SharedObjectCache sharedObjectCache,
Set<Annotation> annotations) |
String |
toString() |
public static final QualifierInstance ANY
public static QualifierInstance of(Annotation annotation, MetaAnnotationStore store)
annotation - store - public static QualifierInstance of(Annotation annotation, MetaAnnotationStore store, boolean useQualifierInstanceCache)
annotation - store - useQualifierInstanceCache - public static Set<QualifierInstance> qualifiers(BeanManagerImpl beanManager, Set<Annotation> annotations)
beanManager - annotations - public static Set<QualifierInstance> qualifiers(MetaAnnotationStore store, SharedObjectCache sharedObjectCache, Set<Annotation> annotations)
store - sharedObjectCache - reflectionCache - annotations - public static Set<QualifierInstance> qualifiers(BeanManagerImpl beanManager, Bean<?> bean)
beanManager - bean - public Class<? extends Annotation> getAnnotationClass()
Copyright © 2014 Seam Framework. All Rights Reserved.