Package | Description |
---|---|
org.jboss.weld.bootstrap.events | |
org.jboss.weld.injection | |
org.jboss.weld.injection.attributes | |
org.jboss.weld.manager | |
org.jboss.weld.util |
Modifier and Type | Method and Description |
---|---|
protected static <T,X> FieldInjectionPointAttributes<T,X> |
ProcessInjectionPointImpl.fire(FieldInjectionPointAttributes<T,X> attributes,
Class<?> declaringComponentClass,
BeanManagerImpl manager) |
<T,X> FieldInjectionPointAttributes<T,X> |
ContainerLifecycleEvents.fireProcessInjectionPoint(FieldInjectionPointAttributes<T,X> attributes,
Class<?> declaringComponentClass,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
protected static <T,X> FieldInjectionPointAttributes<T,X> |
ProcessInjectionPointImpl.fire(FieldInjectionPointAttributes<T,X> attributes,
Class<?> declaringComponentClass,
BeanManagerImpl manager) |
<T,X> FieldInjectionPointAttributes<T,X> |
ContainerLifecycleEvents.fireProcessInjectionPoint(FieldInjectionPointAttributes<T,X> attributes,
Class<?> declaringComponentClass,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
protected FieldInjectionPointAttributes<T,X> |
FieldInjectionPoint.delegate() |
protected <T,X> FieldInjectionPointAttributes<T,X> |
InjectionPointFactory.processInjectionPoint(FieldInjectionPointAttributes<T,X> injectionPointAttributes,
Class<?> declaringComponentClass,
BeanManagerImpl manager)
Notifies CDI extension of a given
InjectionPoint . |
Modifier and Type | Method and Description |
---|---|
protected <T,X> FieldInjectionPointAttributes<T,X> |
InjectionPointFactory.processInjectionPoint(FieldInjectionPointAttributes<T,X> injectionPointAttributes,
Class<?> declaringComponentClass,
BeanManagerImpl manager)
Notifies CDI extension of a given
InjectionPoint . |
static <T,X> FieldInjectionPoint<T,X> |
FieldInjectionPoint.silent(FieldInjectionPointAttributes<T,X> attributes)
Creates an injection point without firing the
ProcessInjectionPoint event. |
Constructor and Description |
---|
FieldInjectionPoint(FieldInjectionPointAttributes<T,X> attributes) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingFieldInjectionPointAttributes<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 . |
Modifier and Type | Method and Description |
---|---|
static <T,X> FieldInjectionPointAttributes<T,X> |
ForwardingFieldInjectionPointAttributes.of(javax.enterprise.inject.spi.InjectionPoint ip) |
Modifier and Type | Method and Description |
---|---|
FieldInjectionPointAttributes<?,?> |
BeanManagerImpl.createInjectionPoint(javax.enterprise.inject.spi.AnnotatedField<?> field) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingFieldInjectionPointAttributes<T,X>
Forwarding implementation of
FieldInjectionPointAttributes . |
Modifier and Type | Method and Description |
---|---|
protected abstract FieldInjectionPointAttributes<T,X> |
DelegatingFieldInjectionPointAttributes.delegate() |
Copyright © 2016. All rights reserved.