Package | Description |
---|---|
org.jboss.resteasy.cdi | |
org.jboss.resteasy.core | |
org.jboss.resteasy.spi |
Modifier and Type | Class and Description |
---|---|
class |
CdiInjectorFactory |
Modifier and Type | Class and Description |
---|---|
class |
InjectorFactoryImpl |
Modifier and Type | Field and Description |
---|---|
protected InjectorFactory |
ResourceMethodInvoker.injector |
protected InjectorFactory |
ResourceLocatorInvoker.injector |
Modifier and Type | Method and Description |
---|---|
InjectorFactory |
ThreadLocalResteasyProviderFactory.getInjectorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalResteasyProviderFactory.setInjectorFactory(InjectorFactory injectorFactory) |
Constructor and Description |
---|
ResourceLocatorInvoker(ResourceFactory resource,
InjectorFactory injector,
ResteasyProviderFactory providerFactory,
ResourceLocator locator) |
ResourceMethodInvoker(ResourceMethod method,
InjectorFactory injector,
ResourceFactory resource,
ResteasyProviderFactory providerFactory) |
Modifier and Type | Field and Description |
---|---|
protected InjectorFactory |
ResteasyProviderFactory.injectorFactory |
Modifier and Type | Method and Description |
---|---|
InjectorFactory |
ResteasyProviderFactory.getInjectorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyProviderFactory.setInjectorFactory(InjectorFactory injectorFactory) |
Copyright © 2013. All Rights Reserved.