类的使用
xin.manong.weapon.spring.web.WebResponse
-
使用WebResponse的程序包 程序包 说明 xin.manong.weapon.spring.web -
-
xin.manong.weapon.spring.web中WebResponse的使用
返回WebResponse的xin.manong.weapon.spring.web中的方法 修饰符和类型 方法 说明 WebResponseWebResponse.Builder. build()static <T> WebResponse<T>WebResponse. buildError(int code, String message)构建错误响应对象static <T> WebResponse<T>WebResponse. buildOK(int code, T data)构建成功响应对象static <T> WebResponse<T>WebResponse. buildOK(T data)构建成功响应对象
-