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

    Constructors
    Constructor
    Description
    WorkdirMethodInjector(org.jboss.resteasy.spi.metadata.ResourceLocator resourceLocator, org.jboss.resteasy.spi.ResteasyProviderFactory factory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.spi.HttpResponse httpResponse, Object resource)
     

    Methods inherited from class org.jboss.resteasy.core.MethodInjectorImpl

    expectsBody, findInterfaceBasedMethod, getParams, injectArguments

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      invoke in interface org.jboss.resteasy.spi.MethodInjector
      Overrides:
      invoke in class org.jboss.resteasy.core.MethodInjectorImpl
      Throws:
      org.jboss.resteasy.spi.Failure
      org.jboss.resteasy.spi.ApplicationException
      jakarta.ws.rs.WebApplicationException