| Package | Description |
|---|---|
| org.jboss.weld.bootstrap.events |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.injection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.injection.attributes |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| 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(InjectionPoint ip) |
| Modifier and Type | Method and Description |
|---|---|
FieldInjectionPointAttributes<?,?> |
BeanManagerImpl.createInjectionPoint(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.