Package | Description |
---|---|
io.smallrye.config.inject | |
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
javax.enterprise.inject.spi.configurator | |
org.hibernate.validator.cdi.internal |
Classes for enabling Bean Validation CDI integration.
|
org.jboss.resteasy.cdi.microprofile | |
org.jboss.weld.bootstrap.event |
Modifier and Type | Method and Description |
---|---|
Set<InjectionPoint> |
ConfigInjectionBean.getInjectionPoints() |
Modifier and Type | Method and Description |
---|---|
InjectionPoint |
BeanManager.createInjectionPoint(AnnotatedField<?> field)
Obtains a container provided implementation of
InjectionPoint for the given AnnotatedField . |
InjectionPoint |
BeanManager.createInjectionPoint(AnnotatedParameter<?> parameter)
Obtains a container provided implementation of
InjectionPoint for the given AnnotatedParameter . |
InjectionPoint |
ProcessInjectionPoint.getInjectionPoint() |
InjectionPoint |
EventMetadata.getInjectionPoint()
Get the
InjectionPoint representing the injected Event instance which fired the event, or
null if it was fired from BeanManager.fireEvent(Object, Annotation...) ; |
Modifier and Type | Method and Description |
---|---|
Set<InjectionPoint> |
Producer.getInjectionPoints()
Returns the set of all
InjectionPoints . |
Set<InjectionPoint> |
Bean.getInjectionPoints()
Obtains the
InjectionPoint objects representing injection points of the bean, that
will be validated by the container at initialization time. |
Modifier and Type | Method and Description |
---|---|
Object |
BeanManager.getInjectableReference(InjectionPoint ij,
CreationalContext<?> ctx)
Obtains an injectable reference for a certain injection point.
|
void |
ProcessInjectionPoint.setInjectionPoint(InjectionPoint injectionPoint)
Replaces the InjectionPoint.
|
void |
BeanManager.validate(InjectionPoint injectionPoint)
Validate a certain injection point.
|
Modifier and Type | Method and Description |
---|---|
BeanConfigurator<T> |
BeanConfigurator.addInjectionPoint(InjectionPoint injectionPoint)
Add an InjectionPoint to the configured bean
|
BeanConfigurator<T> |
BeanConfigurator.addInjectionPoints(InjectionPoint... injectionPoints)
Add InjectionPoints to the configured bean
|
BeanConfigurator<T> |
BeanConfigurator.injectionPoints(InjectionPoint... injectionPoints)
Replace InjectionPoints for the configured bean
|
Modifier and Type | Method and Description |
---|---|
BeanConfigurator<T> |
BeanConfigurator.addInjectionPoints(Set<InjectionPoint> injectionPoints)
Add InjectionPoints to the configured bean
|
BeanConfigurator<T> |
BeanConfigurator.injectionPoints(Set<InjectionPoint> injectionPoints)
Replace InjectionPoints for the configured bean
|
Modifier and Type | Method and Description |
---|---|
Set<InjectionPoint> |
ValidatorFactoryBean.getInjectionPoints() |
Set<InjectionPoint> |
ValidatorBean.getInjectionPoints() |
Modifier and Type | Method and Description |
---|---|
Set<InjectionPoint> |
RestClientDelegateBean.getInjectionPoints() |
Modifier and Type | Method and Description |
---|---|
WeldBeanConfigurator<T> |
WeldBeanConfigurator.addInjectionPoint(InjectionPoint injectionPoint) |
WeldBeanConfigurator<T> |
WeldBeanConfigurator.addInjectionPoints(InjectionPoint... injectionPoints) |
WeldBeanConfigurator<T> |
WeldBeanConfigurator.injectionPoints(InjectionPoint... injectionPoints) |
Modifier and Type | Method and Description |
---|---|
WeldBeanConfigurator<T> |
WeldBeanConfigurator.addInjectionPoints(Set<InjectionPoint> injectionPoints) |
WeldBeanConfigurator<T> |
WeldBeanConfigurator.injectionPoints(Set<InjectionPoint> injectionPoints) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.