| Package | Description |
|---|---|
| org.jboss.weld.injection | |
| org.jboss.weld.injection.attributes | |
| org.jboss.weld.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterInjectionPoint<T,X> |
interface |
WeldInjectionPoint<T,S> |
| 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. |
class |
ResourceInjectionPoint<T,X> |
| 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 | Method and Description |
|---|---|
protected abstract WeldInjectionPointAttributes<T,S> |
ForwardingInjectionPointAttributes.delegate() |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingFieldInjectionPointAttributes<T,X>
Forwarding implementation of
FieldInjectionPointAttributes. |
Copyright © 2013 Seam Framework. All Rights Reserved.