类的使用
com.codingapi.springboot.framework.dto.response.Response
-
使用Response的程序包 程序包 说明 com.codingapi.springboot.framework.command com.codingapi.springboot.framework.dto.response -
-
com.codingapi.springboot.framework.command中Response的使用
类型参数类型为Response的com.codingapi.springboot.framework.command中的类 修饰符和类型 接口 说明 interfaceIExecutor<R extends Response,C> -
com.codingapi.springboot.framework.dto.response中Response的使用
com.codingapi.springboot.framework.dto.response中Response的子类 修饰符和类型 类 说明 classMultiResponse<T>classSingleResponse<T>返回Response的com.codingapi.springboot.framework.dto.response中的方法 修饰符和类型 方法 说明 static ResponseResponse. buildFailure(String errCode, String errMessage)static ResponseResponse. buildSuccess()
-