Package | Description |
---|---|
org.jboss.weld.resolution | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
MetaAnnotationStore |
TypeSafeObserverResolver.getMetaAnnotationStore() |
protected MetaAnnotationStore |
ResolvableBuilder.getMetaAnnotationStore() |
Modifier and Type | Method and Description |
---|---|
static QualifierInstance |
QualifierInstance.of(Annotation annotation,
MetaAnnotationStore store) |
static Set<QualifierInstance> |
QualifierInstance.of(javax.enterprise.inject.spi.Bean<?> bean,
MetaAnnotationStore store) |
static Set<QualifierInstance> |
QualifierInstance.of(Set<Annotation> qualifiers,
MetaAnnotationStore store) |
Constructor and Description |
---|
ResolvableBuilder(MetaAnnotationStore store) |
TypeSafeObserverResolver(MetaAnnotationStore metaAnnotationStore,
Iterable<javax.enterprise.inject.spi.ObserverMethod<?>> observers) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Bindings.areInterceptorBindingsEquivalent(Annotation qualifier1,
Annotation qualifier2,
MetaAnnotationStore store) |
static boolean |
Bindings.areQualifiersEquivalent(Annotation qualifier1,
Annotation qualifier2,
MetaAnnotationStore store) |
static int |
Bindings.getInterceptorBindingHashCode(Annotation qualifier,
MetaAnnotationStore store) |
static int |
Bindings.getQualifierHashCode(Annotation qualifier,
MetaAnnotationStore store) |
Copyright © 2016. All rights reserved.