类 MapResponse
- java.lang.Object
-
- com.codingapi.springboot.framework.dto.response.Response
-
- com.codingapi.springboot.framework.dto.response.MapResponse
-
- 所有已实现的接口:
JsonSerializable,Serializable
public class MapResponse extends Response
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 MapResponse()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 MapResponseadd(String key, Object value)static MapResponsecreate()static MapResponseempty()-
从类继承的方法 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
-
-
-
-
方法详细资料
-
create
public static MapResponse create()
-
empty
public static MapResponse empty()
-
add
public MapResponse add(String key, Object value)
-
-