Class HandlerMethodReturnValueHandlerComposite

java.lang.Object
org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
All Implemented Interfaces:
HandlerMethodReturnValueHandler

public class HandlerMethodReturnValueHandlerComposite extends Object implements HandlerMethodReturnValueHandler
Handles method return values by delegating to a list of registered HandlerMethodReturnValueHandlers. Previously resolved return types are cached for faster lookups.
Since:
3.1
Author:
Rossen Stoyanchev