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