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 classInjectorFactoryImplFields in org.jboss.resteasy.core declared as InjectorFactory Modifier and Type Field Description protected InjectorFactoryResourceLocatorInvoker. injectorprotected InjectorFactoryResourceMethodInvoker. injectorMethods in org.jboss.resteasy.core that return InjectorFactory Modifier and Type Method Description InjectorFactoryThreadLocalResteasyProviderFactory. getInjectorFactory()Methods in org.jboss.resteasy.core with parameters of type InjectorFactory Modifier and Type Method Description voidThreadLocalResteasyProviderFactory. 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 InjectorFactoryResteasyProviderFactory. injectorFactoryMethods in org.jboss.resteasy.spi that return InjectorFactory Modifier and Type Method Description InjectorFactoryResteasyProviderFactory. getInjectorFactory()Methods in org.jboss.resteasy.spi with parameters of type InjectorFactory Modifier and Type Method Description voidResteasyProviderFactory. 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 booleanGeneralValidatorCDI. isValidatable(java.lang.Class<?> clazz, InjectorFactory injectorFactory)Indicates if validation is turned on for a class.
-