Interface ValueInjector

    • Method Detail

      • inject

        java.lang.Object inject()
        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.
        Returns:
      • inject

        java.lang.Object inject​(HttpRequest request,
                                HttpResponse response)
        Inject inside the context of an HTTP request.
        Parameters:
        request -
        response -
        Returns: