Uses of Interface
org.jboss.resteasy.spi.InjectorFactory
-
Packages that use InjectorFactory Package Description org.jboss.resteasy.core org.jboss.resteasy.spi org.jboss.resteasy.spi.validation -
-
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
Methods in org.jboss.resteasy.core that return InjectorFactory Modifier and Type Method Description InjectorFactory
ThreadLocalResteasyProviderFactory. getInjectorFactory()
Methods in org.jboss.resteasy.core with parameters of type InjectorFactory Modifier and Type Method Description 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.spi
Fields in org.jboss.resteasy.spi declared as InjectorFactory Modifier and Type Field Description protected InjectorFactory
ResteasyProviderFactory. injectorFactory
Methods in org.jboss.resteasy.spi that return InjectorFactory Modifier and Type Method Description InjectorFactory
ResteasyProviderFactory. getInjectorFactory()
Methods in org.jboss.resteasy.spi with parameters of type InjectorFactory Modifier and Type Method Description 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(java.lang.Class<?> clazz, InjectorFactory injectorFactory)
Indicates if validation is turned on for a class.
-