Package | Description |
---|---|
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 |
InjectorFactoryImpl |
Modifier and Type | Field and Description |
---|---|
protected InjectorFactory |
ResourceLocatorInvoker.injector |
protected InjectorFactory |
ResourceMethodInvoker.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 |
ResteasyDeployment.injectorFactory |
protected InjectorFactory |
ResteasyProviderFactory.injectorFactory |
Modifier and Type | Method and Description |
---|---|
InjectorFactory |
ResteasyDeployment.getInjectorFactory() |
InjectorFactory |
ResteasyProviderFactory.getInjectorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyDeployment.setInjectorFactory(InjectorFactory injectorFactory) |
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 © 2021 JBoss by Red Hat. All rights reserved.