Uses of Interface
org.springframework.web.method.support.HandlerMethodReturnValueHandler
Packages that use HandlerMethodReturnValueHandler
Package
Description
Support classes for annotation-based handler method processing.
Generic support classes for handler method processing.
-
Uses of HandlerMethodReturnValueHandler in org.springframework.web.method.annotation
Classes in org.springframework.web.method.annotation that implement HandlerMethodReturnValueHandlerModifier and TypeClassDescriptionclassclassResolve@ModelAttributeannotated method arguments and handle return values from@ModelAttributeannotated methods.classResolvesModelarguments and handlesModelreturn values. -
Uses of HandlerMethodReturnValueHandler in org.springframework.web.method.support
Subinterfaces of HandlerMethodReturnValueHandler in org.springframework.web.method.supportModifier and TypeInterfaceDescriptioninterfaceA return value handler that supports async types.Classes in org.springframework.web.method.support that implement HandlerMethodReturnValueHandlerModifier and TypeClassDescriptionclassHandles method return values by delegating to a list of registeredHandlerMethodReturnValueHandlers.Methods in org.springframework.web.method.support that return types with arguments of type HandlerMethodReturnValueHandlerModifier and TypeMethodDescriptionHandlerMethodReturnValueHandlerComposite.getHandlers()Return a read-only list with the registered handlers, or an empty list.Methods in org.springframework.web.method.support with parameters of type HandlerMethodReturnValueHandlerModifier and TypeMethodDescriptionHandlerMethodReturnValueHandlerComposite.addHandler(HandlerMethodReturnValueHandler handler) Add the givenHandlerMethodReturnValueHandler.Method parameters in org.springframework.web.method.support with type arguments of type HandlerMethodReturnValueHandlerModifier and TypeMethodDescriptionHandlerMethodReturnValueHandlerComposite.addHandlers(List<? extends HandlerMethodReturnValueHandler> handlers) Add the givenHandlerMethodReturnValueHandlers.