类 LastReturnValueHandler
java.lang.Object
cool.scx.mvc.return_value_handler.LastReturnValueHandler
- 所有已实现的接口:
ScxMvcReturnValueHandler
a
- 版本:
- 1.11.8
- 作者:
- scx567888
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
LastReturnValueHandler
public LastReturnValueHandler()
-
-
方法详细资料
-
canHandle
a- 指定者:
canHandle在接口中ScxMvcReturnValueHandler- 参数:
result- a- 返回:
- a
-
handle
public void handle(Object result, io.vertx.ext.web.RoutingContext context) throws com.fasterxml.jackson.core.JsonProcessingException 将结果处理并返回- 指定者:
handle在接口中ScxMvcReturnValueHandler- 参数:
result- acontext- a- 抛出:
com.fasterxml.jackson.core.JsonProcessingException
-