| 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 |
|---|---|
WeldInjectionPointAttributes<?,?> |
DecoratorImpl.getDelegateInjectionPoint() |
| Constructor and Description |
|---|
DecoratorProxyFactory(String contextId,
Class<T> proxyType,
WeldInjectionPointAttributes<?,?> delegateInjectionPoint,
javax.enterprise.inject.spi.Bean<?> bean) |
| Modifier and Type | Method and Description |
|---|---|
Set<WeldInjectionPointAttributes<?,?>> |
ObserverMethodImpl.getInjectionPoints() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterInjectionPoint<T,X> |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorInjectionPoint<T>
High-level representation of an injected constructor.
|
class |
FieldInjectionPoint<T,X> |
class |
MethodInjectionPoint<T,X>
Wraps a method whose parameters may be injected.
|
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. because the original is an abstract Decorator)
This class is immutable. |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
FieldInjectionPoint.isCacheableInjectionPoint(WeldInjectionPointAttributes<?,?> attributes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldInjectionPointAttributes<T,X> |
interface |
ParameterInjectionPointAttributes<T,X> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractForwardingInjectionPointAttributes<T,S> |
class |
AbstractInferringInjectionPointAttributes<T,S> |
class |
ForwardingFieldInjectionPointAttributes<T,X>
An implementation of
WeldInjectionPointAttributes that forwards calls to an extension-provided InjectionPoint
implementation. |
class |
ForwardingInjectionPointAttributes<T,S> |
class |
ForwardingParameterInjectionPointAttributes<T,X>
An implementation of
WeldInjectionPointAttributes that forwards calls to an extension-provided InjectionPoint
implementation. |
class |
InferringFieldInjectionPointAttributes<T,X>
An implementation of
WeldInjectionPointAttributes that infers the attributes by reading EnhancedAnnotatedField. |
class |
InferringParameterInjectionPointAttributes<T,X>
An implementation of
WeldInjectionPointAttributes that infers the attributes by reading EnhancedAnnotatedParameter. |
class |
SpecialParameterInjectionPoint<T,X>
Represents a method/constructor parameter, which is not an injection point.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract WeldInjectionPointAttributes<T,S> |
ForwardingInjectionPointAttributes.delegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends WeldInjectionPointAttributes<?,?>> |
InjectionPoints.flattenInjectionPoints(List<? extends Set<T>> fieldInjectionPoints) |
| Modifier and Type | Method and Description |
|---|---|
static WeldInjectionPointAttributes<?,?> |
Decorators.findDelegateInjectionPoint(javax.enterprise.inject.spi.AnnotatedType<?> type,
Iterable<javax.enterprise.inject.spi.InjectionPoint> injectionPoints) |
static <T,X> WeldInjectionPointAttributes<T,?> |
InjectionPoints.getWeldInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint) |
Copyright © 2017. All rights reserved.