Class Json

java.lang.Object
cool.scx.web.vo.Json
All Implemented Interfaces:
ScxConsumer<io.vertx.ext.web.RoutingContext,Exception>, BaseVo

public final class Json extends Object implements BaseVo
Json 格式的返回值
Version:
0.3.6
Author:
scx567888
  • Method Details

    • of

      public static Json of(Object data)
    • accept

      public void accept(io.vertx.ext.web.RoutingContext context)
      Specified by:
      accept in interface ScxConsumer<io.vertx.ext.web.RoutingContext,Exception>