Uses of Class
org.jboss.weld.util.collections.SetMultimap
Packages that use SetMultimap
Package
Description
-
Uses of SetMultimap in org.jboss.weld.annotated.enhanced.jlr
Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type SetMultimapModifier and TypeMethodDescriptionprotected static voidAbstractEnhancedAnnotated.addMetaAnnotations(SetMultimap<Class<? extends Annotation>, Annotation> metaAnnotationMap, Annotation annotation, Iterable<Annotation> metaAnnotations, boolean declared) protected voidAbstractEnhancedAnnotated.processMetaAnnotations(SetMultimap<Class<? extends Annotation>, Annotation> metaAnnotationMap, Annotation[] annotations, ClassTransformer classTransformer, boolean declared) protected voidAbstractEnhancedAnnotated.processMetaAnnotations(SetMultimap<Class<? extends Annotation>, Annotation> metaAnnotationMap, Annotation annotation, ClassTransformer classTransformer, boolean declared) protected voidAbstractEnhancedAnnotated.processMetaAnnotations(SetMultimap<Class<? extends Annotation>, Annotation> metaAnnotationMap, Collection<Annotation> annotations, ClassTransformer classTransformer, boolean declared) -
Uses of SetMultimap in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type SetMultimapModifier and TypeMethodDescriptionprotected voidBeanDeployer.createClassBean(SlimAnnotatedType<?> annotatedType, SetMultimap<Class<?>, SlimAnnotatedType<?>> otherWeldClasses) protected voidValidator.validateBeanName(String name, SetMultimap<String, jakarta.enterprise.inject.spi.Bean<?>> namedAccessibleBeans, List<String> accessibleNamespaces, BeanManagerImpl beanManager) Constructors in org.jboss.weld.bootstrap with parameters of type SetMultimapModifierConstructorDescriptionprotectedBeanDeployerEnvironment(Set<SlimAnnotatedTypeContext<?>> annotatedTypes, Set<Class<?>> vetoedClasses, SetMultimap<Class<?>, AbstractClassBean<?>> classBeanMap, Set<ProducerField<?, ?>> producerFields, SetMultimap<BeanDeployerEnvironment.WeldMethodKey, ProducerMethod<?, ?>> producerMethodBeanMap, Set<RIBean<?>> beans, Set<ObserverInitializationContext<?, ?>> observers, Set<DisposalMethod<?, ?>> allDisposalBeans, Set<DisposalMethod<?, ?>> resolvedDisposalBeans, Set<DecoratorImpl<?>> decorators, Set<InterceptorImpl<?>> interceptors, Set<Type> newBeanTypes, BeanManagerImpl manager) -
Uses of SetMultimap in org.jboss.weld.module
Methods in org.jboss.weld.module with parameters of type SetMultimapModifier and TypeMethodDescriptionvoidEjbSupport.createSessionBeans(BeanDeployerEnvironment environment, SetMultimap<Class<?>, SlimAnnotatedType<?>> classes, BeanManagerImpl manager) Creates session beans and registers them within the given environment. -
Uses of SetMultimap in org.jboss.weld.util.collections
Methods in org.jboss.weld.util.collections that return SetMultimapModifier and TypeMethodDescriptionstatic <K,V> SetMultimap<K, V> SetMultimap.newConcurrentSetMultimap()Creates a new instance backed by aConcurrentHashMapand synchronizedHashSet.static <K,V> SetMultimap<K, V> SetMultimap.newConcurrentSetMultimap(Supplier<Set<V>> valueSupplier) Creates a new instance backed by aConcurrentHashMapand synchronizedHashSet.static <K,V> SetMultimap<K, V> SetMultimap.newSetMultimap()static <K,V> SetMultimap<K, V> SetMultimap.newSetMultimap(Multimap<K, V> multimap)