类 MultiResponse<T>
java.lang.Object
com.codingapi.springboot.framework.dto.response.Response
com.codingapi.springboot.framework.dto.response.MultiResponse<T>
- 所有已实现的接口:
JsonSerializable,Serializable
- 作者:
- lorne 2020/12/17
- 另请参阅:
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <T> MultiResponse<T>empty()static <T> MultiResponse<T>of(Collection<T> data) static <T> MultiResponse<T>of(Collection<T> data, long total) static <T> MultiResponse<T>of(org.springframework.data.domain.Page<T> page) 从类继承的方法 com.codingapi.springboot.framework.dto.response.Response
buildFailure, buildSuccess从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.codingapi.springboot.framework.serializable.JsonSerializable
toJson
-
构造器详细资料
-
MultiResponse
public MultiResponse()
-
-
方法详细资料
-
of
-
of
-
empty
-
of
-