类 Response
- java.lang.Object
-
- com.codingapi.springboot.framework.dto.response.Response
-
- 所有已实现的接口:
JsonSerializable,Serializable
- 直接已知子类:
MapResponse,MultiResponse,SingleResponse
public class Response extends Object implements JsonSerializable
- 作者:
- lorne
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 Response()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static ResponsebuildFailure(String errCode, String errMessage)static ResponsebuildSuccess()-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.codingapi.springboot.framework.serializable.JsonSerializable
toJson
-
-