| Package | Description |
|---|---|
| org.jboss.weld.bean | |
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.event | |
| org.jboss.weld.injection | |
| org.jboss.weld.injection.attributes | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
WeldInjectionPoint<?,?> |
DecoratorImpl.getDelegateInjectionPoint() |
| Constructor and Description |
|---|
DecoratorProxyFactory(Class<T> proxyType,
WeldInjectionPoint<?,?> delegateInjectionPoint,
Bean<?> bean) |
| Modifier and Type | Method and Description |
|---|---|
Set<WeldInjectionPoint<?,?>> |
ObserverMethodImpl.getInjectionPoints() |
Set<WeldInjectionPoint<?,?>> |
ObserverMethodImpl.getNewInjectionPoints() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterInjectionPoint<T,X> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCallableInjectionPoint<T,X,S extends Member> |
class |
ConstructorInjectionPoint<T>
High-level representation of an injected constructor.
|
class |
FieldInjectionPoint<T,X> |
class |
MethodInjectionPoint<T,X>
High-level representation of an injected method.
|
class |
ParameterInjectionPointImpl<T,X> |
class |
ProxyClassConstructorInjectionPointWrapper<T>
A wrapper on a
ConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the
original (e.g. |
| Modifier and Type | Class and Description |
|---|---|
class |
SpecialParameterInjectionPoint<T,X>
Represents a method/constructor parameter, which is not an injection point.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends WeldInjectionPoint<?,?>> |
InjectionPoints.flattenInjectionPoints(List<? extends Set<T>> fieldInjectionPoints) |
| Modifier and Type | Method and Description |
|---|---|
static WeldInjectionPoint<?,?> |
Decorators.findDelegateInjectionPoint(AnnotatedType<?> type,
Iterable<InjectionPoint> injectionPoints) |
static <T,X> WeldInjectionPoint<T,?> |
InjectionPoints.getWeldInjectionPoint(InjectionPoint injectionPoint) |
Copyright © 2013 Seam Framework. All Rights Reserved.