Uses of Interface
org.jboss.weld.util.collections.Multimap
-
Packages that use Multimap Package Description org.jboss.weld.annotated.enhanced.jlr org.jboss.weld.injection.producer org.jboss.weld.util org.jboss.weld.util.collections -
-
Uses of Multimap in org.jboss.weld.annotated.enhanced.jlr
Methods in org.jboss.weld.annotated.enhanced.jlr that return Multimap Modifier and Type Method Description protected Multimap<Class<? extends Annotation>,EnhancedAnnotatedMethod<?,? super T>>EnhancedAnnotatedTypeImpl. buildAnnotatedMethodMultimap(Set<EnhancedAnnotatedMethod<?,? super T>> effectiveMethods)protected Multimap<Class<? extends Annotation>,EnhancedAnnotatedMethod<?,? super T>>EnhancedAnnotatedTypeImpl. buildAnnotatedParameterMethodMultimap(Set<EnhancedAnnotatedMethod<?,? super T>> effectiveMethods) -
Uses of Multimap in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return Multimap Modifier and Type Method Description protected Multimap<Class<? extends Annotation>,Annotation>InterceptionModelInitializer. mergeMemberInterceptorBindings(Multimap<Class<? extends Annotation>,Annotation> beanBindings, Set<Annotation> methodBindingAnnotations)Merges bean interceptor bindings (including inherited ones) with method interceptor bindings.Methods in org.jboss.weld.injection.producer with parameters of type Multimap Modifier and Type Method Description protected Multimap<Class<? extends Annotation>,Annotation>InterceptionModelInitializer. mergeMemberInterceptorBindings(Multimap<Class<? extends Annotation>,Annotation> beanBindings, Set<Annotation> methodBindingAnnotations)Merges bean interceptor bindings (including inherited ones) with method interceptor bindings. -
Uses of Multimap in org.jboss.weld.util
Methods in org.jboss.weld.util that return Multimap Modifier and Type Method Description static Multimap<Class<? extends Annotation>,Annotation>Interceptors. mergeBeanInterceptorBindings(BeanManagerImpl beanManager, AnnotatedType<?> clazz, Collection<Annotation> classBindingAnnotations, Collection<Annotation> inheritedBindingAnnotations)Merge class-level interceptor bindings with interceptor bindings inherited from interceptor bindings and stereotypes.static Multimap<Class<? extends Annotation>,Annotation>Interceptors. mergeBeanInterceptorBindings(BeanManagerImpl beanManager, EnhancedAnnotatedType<?> clazz, Collection<Class<? extends Annotation>> stereotypes)Merge class-level interceptor bindings with interceptor bindings inherited from interceptor bindings and stereotypes. -
Uses of Multimap in org.jboss.weld.util.collections
Classes in org.jboss.weld.util.collections that implement Multimap Modifier and Type Class Description classListMultimap<K,V>classSetMultimap<K,V>Fields in org.jboss.weld.util.collections declared as Multimap Modifier and Type Field Description static Multimap<Object,Object>Multimaps. EMPTY_MULTIMAPMethods in org.jboss.weld.util.collections that return Multimap Modifier and Type Method Description static <K,V>
Multimap<K,V>Multimaps. emptyMultimap()static <K,V>
Multimap<K,V>Multimaps. unmodifiableMultimap(Multimap<K,V> multimap)Note thatget(Object)always returns unmodifiable collections.Methods in org.jboss.weld.util.collections with parameters of type Multimap Modifier and Type Method Description static <K,V>
SetMultimap<K,V>SetMultimap. newSetMultimap(Multimap<K,V> multimap)static <K,V>
Multimap<K,V>Multimaps. unmodifiableMultimap(Multimap<K,V> multimap)Note thatget(Object)always returns unmodifiable collections.Constructors in org.jboss.weld.util.collections with parameters of type Multimap Constructor Description ListMultimap(Supplier<Map<K,List<V>>> mapSupplier, Supplier<List<V>> collectionSupplier, Multimap<K,V> multimap)ListMultimap(Multimap<K,V> multimap)
-