org.nutz.mapl.impl.convert
类 JsonConvertImpl

java.lang.Object
  继承者 org.nutz.mapl.impl.convert.JsonConvertImpl
所有已实现的接口:
MaplConvert

public class JsonConvertImpl
extends java.lang.Object
implements MaplConvert

将MapList转换成Json

作者:
juqkai(juqkai@gmail.com)

构造方法摘要
JsonConvertImpl()
           
JsonConvertImpl(JsonFormat format)
           
 
方法摘要
 java.lang.Object convert(java.lang.Object obj)
          转换
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JsonConvertImpl

public JsonConvertImpl()

JsonConvertImpl

public JsonConvertImpl(JsonFormat format)
方法详细信息

convert

public java.lang.Object convert(java.lang.Object obj)
从接口 MaplConvert 复制的描述
转换

指定者:
接口 MaplConvert 中的 convert
参数:
obj - MapList结构对象
返回:
转换后的结果