com.alipay.hessian.generic.model
Class GenericMap

java.lang.Object
  extended by 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

Constructor Summary
GenericMap(String type)
           
 
Method Summary
 Map getMap()
           
 String getType()
           
 void setMap(Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericMap

public GenericMap(String type)
Method Detail

getType

public String getType()

getMap

public Map getMap()

setMap

public void setMap(Map map)


Copyright © 2008–2018 Ant Financial. All rights reserved.