| Package | Description |
|---|---|
| org.jboss.weld.resolution |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
MetaAnnotationStore |
TypeSafeObserverResolver.getMetaAnnotationStore() |
protected MetaAnnotationStore |
ResolvableBuilder.getMetaAnnotationStore() |
| Modifier and Type | Method and Description |
|---|---|
static QualifierInstance |
QualifierInstance.of(java.lang.annotation.Annotation annotation,
MetaAnnotationStore store) |
static java.util.Set<QualifierInstance> |
QualifierInstance.of(Bean<?> bean,
MetaAnnotationStore store) |
static java.util.Set<QualifierInstance> |
QualifierInstance.of(java.util.Set<java.lang.annotation.Annotation> qualifiers,
MetaAnnotationStore store) |
| Constructor and Description |
|---|
ResolvableBuilder(MetaAnnotationStore store) |
TypeSafeObserverResolver(MetaAnnotationStore metaAnnotationStore,
java.lang.Iterable<ObserverMethod<?>> observers,
WeldConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Bindings.areInterceptorBindingsEquivalent(java.lang.annotation.Annotation qualifier1,
java.lang.annotation.Annotation qualifier2,
MetaAnnotationStore store) |
static boolean |
Bindings.areQualifiersEquivalent(java.lang.annotation.Annotation qualifier1,
java.lang.annotation.Annotation qualifier2,
MetaAnnotationStore store) |
static int |
Bindings.getInterceptorBindingHashCode(java.lang.annotation.Annotation qualifier,
MetaAnnotationStore store) |
static int |
Bindings.getQualifierHashCode(java.lang.annotation.Annotation qualifier,
MetaAnnotationStore store) |
Copyright © 2015. All Rights Reserved.