Interface ReturnValueHandler
- All Known Implementing Classes:
BaseVoReturnValueHandler,LastReturnValueHandler,NullReturnValueHandler,StringReturnValueHandler,TemplateReturnValueHandler
public interface ReturnValueHandler
返回值处理器
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptionboolean是否能够处理voidhandle(Object returnValue, RoutingContext routingContext) 处理结果
-
Method Details
-
canHandle
-
handle
处理结果- Parameters:
returnValue- resultroutingContext- context- Throws:
Exception- e
-