| Package | Description |
|---|---|
| org.jboss.weld.annotated.enhanced.jlr | |
| org.jboss.weld.injection.producer | |
| org.jboss.weld.util | |
| org.jboss.weld.util.collections |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListMultimap<K,V>
|
class |
SetMultimap<K,V>
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Multimap<K,V> |
Multimaps.unmodifiableMultimap(Multimap<K,V> multimap)
Note that
get(Object) returns unmodifiable collections. |
| Modifier and Type | Method and 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 that
get(Object) returns unmodifiable collections. |
| Constructor and Description |
|---|
ListMultimap(Multimap<K,V> multimap)
|
ListMultimap(java.util.function.Supplier<Map<K,List<V>>> mapSupplier,
java.util.function.Supplier<List<V>> collectionSupplier,
Multimap<K,V> multimap) |
Copyright © 2015. All Rights Reserved.