Class QueryInjector

java.lang.Object
org.jboss.resteasy.core.QueryInjector
All Implemented Interfaces:
ValueInjector

public class QueryInjector extends Object implements ValueInjector
Created by Simon Ström on 7/17/14.
  • Field Details

  • Constructor Details

  • Method Details

    • inject

      public Object inject()
      Description copied from interface: ValueInjector
      Inject outside the context of an HTTP request. For instance, a singleton may have proxiable and injectable jax-rs objects like Request, UriInfo, or HttpHeaders.
      Specified by:
      inject in interface ValueInjector
      Returns:
    • inject

      public Object inject(HttpRequest request, HttpResponse response)
      Description copied from interface: ValueInjector
      Inject inside the context of an HTTP request.
      Specified by:
      inject in interface ValueInjector
      Parameters:
      request -
      response -
      Returns: