| Package | Description |
|---|---|
| org.jboss.resteasy.cdi | |
| org.jboss.resteasy.core | |
| org.jboss.resteasy.plugins.validation | |
| org.jboss.resteasy.spi | |
| org.jboss.resteasy.spi.validation |
| 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 | Method and Description |
|---|---|
boolean |
GeneralValidatorImpl.isValidatable(Class<?> clazz,
InjectorFactory injectorFactory) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeneralValidatorCDI.isValidatable(Class<?> clazz,
InjectorFactory injectorFactory)
Indicates if validation is turned on for a class.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.