Uses of Class
org.jboss.weld.util.collections.SetMultimap
-
Packages that use SetMultimap Package Description org.jboss.weld.annotated.enhanced.jlr org.jboss.weld.bootstrap org.jboss.weld.module org.jboss.weld.util.collections -
-
Uses of SetMultimap in org.jboss.weld.annotated.enhanced.jlr
Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type SetMultimap Modifier and Type Method Description protected 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 SetMultimap Modifier and Type Method Description protected voidBeanDeployer. createClassBean(SlimAnnotatedType<?> annotatedType, SetMultimap<Class<?>,SlimAnnotatedType<?>> otherWeldClasses)protected voidValidator. validateBeanName(String name, SetMultimap<String,Bean<?>> namedAccessibleBeans, List<String> accessibleNamespaces, BeanManagerImpl beanManager)Constructors in org.jboss.weld.bootstrap with parameters of type SetMultimap Constructor Description BeanDeployerEnvironment(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 SetMultimap Modifier and Type Method Description voidEjbSupport. 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 SetMultimap Modifier and Type Method Description static <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)
-