public interface CustomizableResponseType
| Modifier and Type | Method and Description |
|---|---|
default void |
process(MutableHttpResponse<?> response)
Modify the response before it is written to the client.
|
default void process(MutableHttpResponse<?> response)
response - The response to modify