Interface CustomizableResponseType

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void process​(io.micronaut.http.MutableHttpResponse<?> response)
      Modify the response before it is written to the client.
    • Method Detail

      • process

        default void process​(io.micronaut.http.MutableHttpResponse<?> response)
        Modify the response before it is written to the client.
        Parameters:
        response - The response to modify