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 -
Field Summary
Fields inherited from class org.jboss.resteasy.core.InjectorFactoryImpl
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.resteasy.spi.MethodInjectorcreateMethodInjector(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, createPropertyInjectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.spi.InjectorFactory
createConstructor
-
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:
createMethodInjectorin interfaceorg.jboss.resteasy.spi.InjectorFactory- Overrides:
createMethodInjectorin classorg.jboss.resteasy.core.InjectorFactoryImpl
-