Uses of Class
org.jboss.weld.metadata.cache.MetaAnnotationStore
-
Packages that use MetaAnnotationStore Package Description org.jboss.weld.resolution org.jboss.weld.util -
-
Uses of MetaAnnotationStore in org.jboss.weld.resolution
Methods in org.jboss.weld.resolution that return MetaAnnotationStore Modifier and Type Method Description protected MetaAnnotationStoreResolvableBuilder. getMetaAnnotationStore()MetaAnnotationStoreTypeSafeObserverResolver. getMetaAnnotationStore()Methods in org.jboss.weld.resolution with parameters of type MetaAnnotationStore Modifier and Type Method Description static QualifierInstanceQualifierInstance. of(Annotation annotation, MetaAnnotationStore store)static Set<QualifierInstance>QualifierInstance. of(Set<Annotation> qualifiers, MetaAnnotationStore store)static Set<QualifierInstance>QualifierInstance. of(Bean<?> bean, MetaAnnotationStore store)Constructors in org.jboss.weld.resolution with parameters of type MetaAnnotationStore Constructor Description ResolvableBuilder(MetaAnnotationStore store)TypeSafeObserverResolver(MetaAnnotationStore metaAnnotationStore, Iterable<ObserverMethod<?>> observers, WeldConfiguration configuration) -
Uses of MetaAnnotationStore in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type MetaAnnotationStore Modifier and Type Method Description static booleanBindings. areInterceptorBindingsEquivalent(Annotation qualifier1, Annotation qualifier2, MetaAnnotationStore store)static booleanBindings. areQualifiersEquivalent(Annotation qualifier1, Annotation qualifier2, MetaAnnotationStore store)static intBindings. getInterceptorBindingHashCode(Annotation qualifier, MetaAnnotationStore store)static intBindings. getQualifierHashCode(Annotation qualifier, MetaAnnotationStore store)
-