| Package | Description |
|---|---|
| org.jboss.weld.event |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.injection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.injection.producer |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Field and Description |
|---|---|
protected MethodInjectionPoint<T,? super X> |
ObserverMethodImpl.observerMethod |
| Modifier and Type | Method and Description |
|---|---|
MethodInjectionPoint<T,? super X> |
ObserverMethodImpl.getMethod() |
protected MethodInjectionPoint<T,? super X> |
ObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T,? super X> observer,
RIBean<X> declaringBean,
BeanManagerImpl manager) |
protected MethodInjectionPoint<T,? super X> |
ExtensionObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T,? super X> observer,
RIBean<X> declaringBean,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
<T,X> MethodInjectionPoint<T,X> |
InjectionPointFactory.createMethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType,
EnhancedAnnotatedMethod<T,X> enhancedMethod,
Bean<?> declaringBean,
Class<?> declaringComponentClass,
Class<? extends Annotation> specialParameterMarker,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
static MethodInvocationStrategy |
MethodInvocationStrategy.forDisposer(MethodInjectionPoint<?,?> method,
BeanManagerImpl manager) |
static MethodInvocationStrategy |
MethodInvocationStrategy.forObserver(MethodInjectionPoint<?,?> method,
BeanManagerImpl manager) |
abstract <T> void |
MethodInvocationStrategy.invoke(Object receiver,
MethodInjectionPoint<?,?> method,
T instance,
BeanManagerImpl manager,
CreationalContext<?> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
List<Set<MethodInjectionPoint<?,?>>> |
Injector.getInitializerMethods() |
List<Set<MethodInjectionPoint<?,?>>> |
DefaultInjector.getInitializerMethods() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Set<MethodInjectionPoint<?,?>>> |
BeanMethods.getInitializerMethods(Bean<?> declaringBean,
EnhancedAnnotatedType<T> type,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Beans.callInitializers(T instance,
CreationalContext<T> creationalContext,
BeanManagerImpl manager,
Iterable<? extends MethodInjectionPoint<?,?>> initializerMethods)
Calls all initializers of the bean
|
static Set<ParameterInjectionPoint<?,?>> |
InjectionPoints.flattenParameterInjectionPoints(List<Set<MethodInjectionPoint<?,?>>> methodInjectionPoints) |
static <T> void |
Beans.injectFieldsAndInitializers(T instance,
CreationalContext<T> ctx,
BeanManagerImpl beanManager,
List<? extends Iterable<? extends FieldInjectionPoint<?,?>>> injectableFields,
List<? extends Iterable<? extends MethodInjectionPoint<?,?>>> initializerMethods) |
Copyright © 2016. All Rights Reserved.