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() |
Set<WeldInjectionPointAttributes<?,?>> |
ObserverMethodImpl.getNewInjectionPoints() |
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>
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 | 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 | Class and Description |
---|---|
class |
DelegatingFieldInjectionPointAttributes<T,X>
Forwarding implementation of
FieldInjectionPointAttributes . |
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 © 2016. All rights reserved.