Class | Description |
---|---|
FiberRequestMappingHandlerAdapter |
An
AbstractHandlerMethodAdapter that supports HandlerMethod s with the signature – method argument and return types, defined in @RequestMapping . |
FiberServletInvocableHandlerMethod |
Extends
InvocableHandlerMethod with the ability to handle return values through a registered HandlerMethodReturnValueHandler and also supports setting the response status based on a method-level @ResponseStatus annotation. |