Class RepresentationModelProcessorHandlerMethodReturnValueHandler

java.lang.Object
org.springframework.hateoas.server.mvc.RepresentationModelProcessorHandlerMethodReturnValueHandler
All Implemented Interfaces:
HandlerMethodReturnValueHandler

public class RepresentationModelProcessorHandlerMethodReturnValueHandler extends Object implements HandlerMethodReturnValueHandler
HandlerMethodReturnValueHandler to post-process the objects returned from controller methods using the configured RepresentationModelProcessors.
Since:
0.20
Author:
Oliver Gierke