Uses of Interface
org.jboss.weld.util.collections.Multimap
Packages that use Multimap
Package
Description
-
Uses of Multimap in org.jboss.weld.annotated.enhanced.jlr
Methods in org.jboss.weld.annotated.enhanced.jlr that return MultimapModifier and TypeMethodDescriptionprotected 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 MultimapModifier and TypeMethodDescriptionprotected 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 MultimapModifier and TypeMethodDescriptionprotected 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 MultimapModifier and TypeMethodDescriptionstatic Multimap<Class<? extends Annotation>,Annotation> Interceptors.mergeBeanInterceptorBindings(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.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 MultimapFields in org.jboss.weld.util.collections declared as MultimapMethods in org.jboss.weld.util.collections that return MultimapModifier and TypeMethodDescriptionstatic <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 MultimapModifier and TypeMethodDescriptionstatic <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