Class WorkdirInjectorFactory

  • All Implemented Interfaces:
    org.jboss.resteasy.spi.InjectorFactory

    @Component
    @Provider
    public class WorkdirInjectorFactory
    extends org.jboss.resteasy.core.InjectorFactoryImpl
    • Field Summary

      • Fields inherited from class org.jboss.resteasy.core.InjectorFactoryImpl

        INSTANCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jboss.resteasy.spi.MethodInjector createMethodInjector​(org.jboss.resteasy.spi.metadata.ResourceLocator method, org.jboss.resteasy.spi.ResteasyProviderFactory factory)  
      • Methods inherited from class org.jboss.resteasy.core.InjectorFactoryImpl

        createConstructor, createConstructor, createParameterExtractor, createParameterExtractor, createParameterExtractor, createPropertyInjector, createPropertyInjector
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkdirInjectorFactory

        public WorkdirInjectorFactory()
    • Method Detail

      • createMethodInjector

        public org.jboss.resteasy.spi.MethodInjector createMethodInjector​(org.jboss.resteasy.spi.metadata.ResourceLocator method,
                                                                          org.jboss.resteasy.spi.ResteasyProviderFactory factory)
        Specified by:
        createMethodInjector in interface org.jboss.resteasy.spi.InjectorFactory
        Overrides:
        createMethodInjector in class org.jboss.resteasy.core.InjectorFactoryImpl