类的使用
com.codingapi.springboot.framework.dto.response.MultiResponse
使用MultiResponse的程序包
-
com.codingapi.springboot.framework.dto.response中MultiResponse的使用
修饰符和类型方法说明static <T> MultiResponse<T> MultiResponse.empty()static <T> MultiResponse<T> MultiResponse.of(Collection<T> data) static <T> MultiResponse<T> MultiResponse.of(Collection<T> data, long total) static <T> MultiResponse<T> MultiResponse.of(org.springframework.data.domain.Page<T> page)