Class Json

java.lang.Object
cool.scx.web.vo.Json
All Implemented Interfaces:
cool.scx.function.Function1Void<cool.scx.http.routing.RoutingContext, Exception>, BaseVo

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

    • of

      public static Json of(Object data)
    • apply

      public void apply(cool.scx.http.routing.RoutingContext context)
      Specified by:
      apply in interface cool.scx.function.Function1Void<cool.scx.http.routing.RoutingContext, Exception>