Uses of Interface
org.jboss.resteasy.spi.InjectorFactory
-
-
Uses of InjectorFactory in org.jboss.resteasy.cdi
Classes in org.jboss.resteasy.cdi that implement InjectorFactory Modifier and Type Class Description class
CdiInjectorFactory
-
Uses of InjectorFactory in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement InjectorFactory Modifier and Type Class Description class
InjectorFactoryImpl
Fields in org.jboss.resteasy.core declared as InjectorFactory Modifier and Type Field Description protected InjectorFactory
ResourceLocatorInvoker. injector
protected InjectorFactory
ResourceMethodInvoker. injector
protected InjectorFactory
ResteasyDeploymentImpl. injectorFactory
Methods in org.jboss.resteasy.core that return InjectorFactory Modifier and Type Method Description InjectorFactory
ResteasyDeploymentImpl. getInjectorFactory()
InjectorFactory
ThreadLocalResteasyProviderFactory. getInjectorFactory()
Methods in org.jboss.resteasy.core with parameters of type InjectorFactory Modifier and Type Method Description void
ResteasyDeploymentImpl. setInjectorFactory(InjectorFactory injectorFactory)
void
ThreadLocalResteasyProviderFactory. setInjectorFactory(InjectorFactory injectorFactory)
Constructors in org.jboss.resteasy.core with parameters of type InjectorFactory Constructor Description ResourceLocatorInvoker(ResourceFactory resource, InjectorFactory injector, ResteasyProviderFactory providerFactory, ResourceLocator locator)
ResourceMethodInvoker(ResourceMethod method, InjectorFactory injector, ResourceFactory resource, ResteasyProviderFactory providerFactory)
-
Uses of InjectorFactory in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory declared as InjectorFactory Modifier and Type Field Description protected InjectorFactory
ResteasyProviderFactoryImpl. injectorFactory
Methods in org.jboss.resteasy.core.providerfactory that return InjectorFactory Modifier and Type Method Description InjectorFactory
ResteasyProviderFactoryDelegate. getInjectorFactory()
InjectorFactory
ResteasyProviderFactoryImpl. getInjectorFactory()
Methods in org.jboss.resteasy.core.providerfactory with parameters of type InjectorFactory Modifier and Type Method Description void
ResteasyProviderFactoryDelegate. setInjectorFactory(InjectorFactory injectorFactory)
void
ResteasyProviderFactoryImpl. setInjectorFactory(InjectorFactory injectorFactory)
-
Uses of InjectorFactory in org.jboss.resteasy.plugins.validation
Methods in org.jboss.resteasy.plugins.validation with parameters of type InjectorFactory Modifier and Type Method Description boolean
GeneralValidatorImpl. isValidatable(Class<?> clazz, InjectorFactory injectorFactory)
-
Uses of InjectorFactory in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return InjectorFactory Modifier and Type Method Description InjectorFactory
ResteasyDeployment. getInjectorFactory()
abstract InjectorFactory
ResteasyProviderFactory. getInjectorFactory()
Methods in org.jboss.resteasy.spi with parameters of type InjectorFactory Modifier and Type Method Description void
ResteasyDeployment. setInjectorFactory(InjectorFactory injectorFactory)
abstract void
ResteasyProviderFactory. setInjectorFactory(InjectorFactory injectorFactory)
-
Uses of InjectorFactory in org.jboss.resteasy.spi.validation
Methods in org.jboss.resteasy.spi.validation with parameters of type InjectorFactory Modifier and Type Method Description boolean
GeneralValidatorCDI. isValidatable(Class<?> clazz, InjectorFactory injectorFactory)
Indicates if validation is turned on for a class.
-