Uses of Interface
org.jboss.resteasy.spi.InjectorFactory
Packages that use InjectorFactory
Package
Description
-
Uses of InjectorFactory in org.jboss.resteasy.cdi
Classes in org.jboss.resteasy.cdi that implement InjectorFactory -
Uses of InjectorFactory in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement InjectorFactoryFields in org.jboss.resteasy.core declared as InjectorFactoryModifier and TypeFieldDescriptionprotected InjectorFactory
ResourceLocatorInvoker.injector
protected InjectorFactory
ResourceMethodInvoker.injector
protected InjectorFactory
ResteasyDeploymentImpl.injectorFactory
Methods in org.jboss.resteasy.core that return InjectorFactoryModifier and TypeMethodDescriptionResteasyDeploymentImpl.getInjectorFactory()
ThreadLocalResteasyProviderFactory.getInjectorFactory()
Methods in org.jboss.resteasy.core with parameters of type InjectorFactoryModifier and TypeMethodDescriptionvoid
ResteasyDeploymentImpl.setInjectorFactory
(InjectorFactory injectorFactory) void
ThreadLocalResteasyProviderFactory.setInjectorFactory
(InjectorFactory injectorFactory) Constructors in org.jboss.resteasy.core with parameters of type InjectorFactoryModifierConstructorDescriptionResourceLocatorInvoker
(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 InjectorFactoryModifier and TypeFieldDescriptionprotected InjectorFactory
ResteasyProviderFactoryImpl.injectorFactory
Methods in org.jboss.resteasy.core.providerfactory that return InjectorFactoryModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getInjectorFactory()
ResteasyProviderFactoryImpl.getInjectorFactory()
Methods in org.jboss.resteasy.core.providerfactory with parameters of type InjectorFactoryModifier and TypeMethodDescriptionvoid
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 InjectorFactoryModifier and TypeMethodDescriptionboolean
GeneralValidatorImpl.isValidatable
(Class<?> clazz, InjectorFactory injectorFactory) -
Uses of InjectorFactory in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return InjectorFactoryModifier and TypeMethodDescriptionDelegateResteasyDeployment.getInjectorFactory()
ResteasyDeployment.getInjectorFactory()
abstract InjectorFactory
ResteasyProviderFactory.getInjectorFactory()
Methods in org.jboss.resteasy.spi with parameters of type InjectorFactoryModifier and TypeMethodDescriptionvoid
DelegateResteasyDeployment.setInjectorFactory
(InjectorFactory injectorFactory) 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 InjectorFactoryModifier and TypeMethodDescriptionboolean
GeneralValidatorCDI.isValidatable
(Class<?> clazz, InjectorFactory injectorFactory) Indicates if validation is turned on for a class.