类 RootModel<M extends RootModel<M>>

java.lang.Object
cn.hamm.airpower.root.RootModel<M>
所有已实现的接口:
IAction
直接已知子类:
Page, Payload, QueryPageResponse, QueryRequest, RootEntity, Sort

public class RootModel<M extends RootModel<M>> extends Object implements IAction

数据根模型

作者:
Hamm.cn
  • 构造器详细资料

    • RootModel

      public RootModel()
  • 方法详细资料

    • copy

      @NotNull public final M copy()

      复制一个新对象

      返回:
      返回实例
    • filterResponseDataBy

      public final M filterResponseDataBy(@NotNull @NotNull Class<?> filter)

      通过指定的过滤器来过滤响应数据

      参数:
      filter - 过滤器
      返回:
      实体