Interface RequestAccessor.RequestMutator<REQ>

Type Parameters:
REQ - The type of the request property.
All Known Subinterfaces:
RequestAccessor.RequestProperty<REQ>
Enclosing interface:
RequestAccessor<REQ>

public static interface RequestAccessor.RequestMutator<REQ>
Extends the RequestAccessor with a setter method.
  • Method Summary

    Modifier and Type Method Description
    void setRequest​(REQ aRequest)
    Sets the request for the request property.
  • Method Details

    • setRequest

      void setRequest​(REQ aRequest)
      Sets the request for the request property.
      Parameters:
      aRequest - The request to be stored by the request property.