程序包 cool.scx.mvc.vo

类 Data.DataOfMap

java.lang.Object
cool.scx.mvc.vo.Data
cool.scx.mvc.vo.Data.DataOfMap
所有已实现的接口:
ScxConsumer<io.vertx.ext.web.RoutingContext,Exception>, BaseVo
封闭类:
Data

public static class Data.DataOfMap extends Data
  • 字段详细资料

    • jsonBodyWrapper

      protected final cool.scx.mvc.vo.Data.JsonBodyWrapper<Map<String,Object>> jsonBodyWrapper
  • 方法详细资料

    • put

      public Data.DataOfMap put(String dataKey, Object dataVal)
      设置操作返回的数据,数据使用自定义的key存储
      参数:
      dataKey - 自定义的key
      dataVal - 值
      返回:
      json
    • jsonBodyWrapper

      protected cool.scx.mvc.vo.Data.JsonBodyWrapper<?> jsonBodyWrapper()
      指定者:
      jsonBodyWrapper 在类中 Data