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 classCdiInjectorFactory -
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. injectorprotected InjectorFactoryResteasyDeploymentImpl. injectorFactoryMethods in org.jboss.resteasy.core that return InjectorFactory Modifier and Type Method Description InjectorFactoryResteasyDeploymentImpl. getInjectorFactory()InjectorFactoryThreadLocalResteasyProviderFactory. getInjectorFactory()Methods in org.jboss.resteasy.core with parameters of type InjectorFactory Modifier and Type Method Description voidResteasyDeploymentImpl. setInjectorFactory(InjectorFactory injectorFactory)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.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory declared as InjectorFactory Modifier and Type Field Description protected InjectorFactoryResteasyProviderFactoryImpl. injectorFactoryMethods in org.jboss.resteasy.core.providerfactory that return InjectorFactory Modifier and Type Method Description InjectorFactoryResteasyProviderFactoryDelegate. getInjectorFactory()InjectorFactoryResteasyProviderFactoryImpl. getInjectorFactory()Methods in org.jboss.resteasy.core.providerfactory with parameters of type InjectorFactory Modifier and Type Method Description voidResteasyProviderFactoryDelegate. setInjectorFactory(InjectorFactory injectorFactory)voidResteasyProviderFactoryImpl. 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 booleanGeneralValidatorImpl. 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 InjectorFactoryResteasyDeployment. getInjectorFactory()abstract InjectorFactoryResteasyProviderFactory. getInjectorFactory()Methods in org.jboss.resteasy.spi with parameters of type InjectorFactory Modifier and Type Method Description voidResteasyDeployment. setInjectorFactory(InjectorFactory injectorFactory)abstract 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(Class<?> clazz, InjectorFactory injectorFactory)Indicates if validation is turned on for a class.
-