接口 ScxMappingMethodReturnValueHandler

所有已知实现类:
BaseVoMethodReturnValueHandler, LastMethodReturnValueHandler, NullMethodReturnValueHandler, StringMethodReturnValueHandler

public interface ScxMappingMethodReturnValueHandler
a
版本:
1.11.8
作者:
scx567888
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    canHandle(Object result)
    a
    void
    handle(Object result, io.vertx.ext.web.RoutingContext context)
    将结果处理并返回
  • 方法详细资料

    • canHandle

      boolean canHandle(Object result)
      a
      参数:
      result - a
      返回:
      a
    • handle

      void handle(Object result, io.vertx.ext.web.RoutingContext context) throws Exception
      将结果处理并返回
      参数:
      result - a
      context - a
      抛出:
      Exception - a