com.alipay.hessian.generic.model
Class GenericMap
java.lang.Object
com.alipay.hessian.generic.model.GenericMap
- All Implemented Interfaces:
- Serializable
public class GenericMap
- extends Object
- implements Serializable
Map的包装类
由于Hessian对Map接口的特殊处理, 用户自定义的Map都需要此类包装
- Since:
- 5.3.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericMap
public GenericMap(String type)
getType
public String getType()
getMap
public Map getMap()
setMap
public void setMap(Map map)
Copyright © 2008–2018 Ant Financial. All rights reserved.