Class WorkdirInjectorFactory.WorkdirMethodInjector
java.lang.Object
org.jboss.resteasy.core.MethodInjectorImpl
com.xebialabs.deployit.core.rest.resteasy.WorkdirInjectorFactory.WorkdirMethodInjector
- All Implemented Interfaces:
org.jboss.resteasy.spi.MethodInjector
- Enclosing class:
WorkdirInjectorFactory
public static class WorkdirInjectorFactory.WorkdirMethodInjector
extends org.jboss.resteasy.core.MethodInjectorImpl
-
Field Summary
Fields inherited from class org.jboss.resteasy.core.MethodInjectorImpl
expectsBody, factory, interfaceBasedMethod, method, params -
Constructor Summary
ConstructorsConstructorDescriptionWorkdirMethodInjector(org.jboss.resteasy.spi.metadata.ResourceLocator resourceLocator, org.jboss.resteasy.spi.ResteasyProviderFactory factory) -
Method Summary
Methods inherited from class org.jboss.resteasy.core.MethodInjectorImpl
expectsBody, findInterfaceBasedMethod, getParams, injectArguments
-
Constructor Details
-
WorkdirMethodInjector
public WorkdirMethodInjector(org.jboss.resteasy.spi.metadata.ResourceLocator resourceLocator, org.jboss.resteasy.spi.ResteasyProviderFactory factory)
-
-
Method Details
-
invoke
public Object invoke(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.spi.HttpResponse httpResponse, Object resource) throws org.jboss.resteasy.spi.Failure, org.jboss.resteasy.spi.ApplicationException, jakarta.ws.rs.WebApplicationException - Specified by:
invokein interfaceorg.jboss.resteasy.spi.MethodInjector- Overrides:
invokein classorg.jboss.resteasy.core.MethodInjectorImpl- Throws:
org.jboss.resteasy.spi.Failureorg.jboss.resteasy.spi.ApplicationExceptionjakarta.ws.rs.WebApplicationException
-