Package | Description |
---|---|
org.jboss.resteasy.cdi | |
org.jboss.resteasy.core | |
org.jboss.resteasy.spi |
Modifier and Type | Class and Description |
---|---|
class |
CdiPropertyInjector
JAX-RS property injection is performed twice on CDI Beans.
|
Modifier and Type | Method and Description |
---|---|
PropertyInjector |
CdiInjectorFactory.createPropertyInjector(Class resourceClass,
ResteasyProviderFactory factory) |
PropertyInjector |
CdiInjectorFactory.createPropertyInjector(ResourceClass resourceClass,
ResteasyProviderFactory providerFactory) |
Constructor and Description |
---|
CdiPropertyInjector(PropertyInjector delegate,
Class<?> clazz,
Map<Class<?>,Type> sessionBeanInterface,
javax.enterprise.inject.spi.BeanManager manager) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyInjectorImpl |
class |
ResourcePropertyInjector |
Modifier and Type | Method and Description |
---|---|
PropertyInjector |
InjectorFactoryImpl.createPropertyInjector(Class resourceClass,
ResteasyProviderFactory providerFactory) |
PropertyInjector |
InjectorFactoryImpl.createPropertyInjector(ResourceClass resourceClass,
ResteasyProviderFactory providerFactory) |
Modifier and Type | Method and Description |
---|---|
PropertyInjector |
InjectorFactory.createPropertyInjector(Class resourceClass,
ResteasyProviderFactory factory) |
PropertyInjector |
InjectorFactory.createPropertyInjector(ResourceClass resourceClass,
ResteasyProviderFactory providerFactory) |
Copyright © 2022. All rights reserved.