Class HandlerRequest<R extends RequestBody>

  • Type Parameters:
    R - type of the contained request body

    public class HandlerRequest<R extends RequestBody>
    extends Object
    Simple container for the request to a handler, that contains the RequestBody and path/query parameters.