Class WorkdirInjectorFactory

java.lang.Object
org.jboss.resteasy.core.InjectorFactoryImpl
com.xebialabs.deployit.core.rest.resteasy.WorkdirInjectorFactory
All Implemented Interfaces:
org.jboss.resteasy.spi.InjectorFactory

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

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

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

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • WorkdirInjectorFactory

      public WorkdirInjectorFactory()
  • Method Details

    • 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