| Package | Description |
|---|---|
| org.jboss.weld.annotated.enhanced.jlr | |
| org.jboss.weld.bootstrap | |
| org.jboss.weld.module | |
| org.jboss.weld.util.collections |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractEnhancedAnnotated.addMetaAnnotations(SetMultimap<Class<? extends Annotation>,Annotation> metaAnnotationMap,
Annotation annotation,
Iterable<Annotation> metaAnnotations,
boolean declared) |
protected void |
AbstractEnhancedAnnotated.processMetaAnnotations(SetMultimap<Class<? extends Annotation>,Annotation> metaAnnotationMap,
Annotation[] annotations,
ClassTransformer classTransformer,
boolean declared) |
protected void |
AbstractEnhancedAnnotated.processMetaAnnotations(SetMultimap<Class<? extends Annotation>,Annotation> metaAnnotationMap,
Annotation annotation,
ClassTransformer classTransformer,
boolean declared) |
protected void |
AbstractEnhancedAnnotated.processMetaAnnotations(SetMultimap<Class<? extends Annotation>,Annotation> metaAnnotationMap,
Collection<Annotation> annotations,
ClassTransformer classTransformer,
boolean declared) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanDeployer.createClassBean(SlimAnnotatedType<?> annotatedType,
SetMultimap<Class<?>,SlimAnnotatedType<?>> otherWeldClasses) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbSupport.createSessionBeans(BeanDeployerEnvironment environment,
SetMultimap<Class<?>,SlimAnnotatedType<?>> classes,
BeanManagerImpl manager)
Creates session beans and registers them within the given environment.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> SetMultimap<K,V> |
SetMultimap.newConcurrentSetMultimap()
Creates a new instance backed by a
ConcurrentHashMap and synchronized HashSet. |
static <K,V> SetMultimap<K,V> |
SetMultimap.newConcurrentSetMultimap(java.util.function.Supplier<Set<V>> valueSupplier)
Creates a new instance backed by a
ConcurrentHashMap and synchronized HashSet. |
static <K,V> SetMultimap<K,V> |
SetMultimap.newSetMultimap()
|
static <K,V> SetMultimap<K,V> |
SetMultimap.newSetMultimap(Multimap<K,V> multimap)
|
Copyright © 2015. All Rights Reserved.