类 com.seeyon.ctp.util.json.mapper.MapperException
的使用

使用 MapperException 的软件包
com.seeyon.ctp.util.json.mapper   
 

com.seeyon.ctp.util.json.mapperMapperException 的使用
 

抛出 MapperExceptioncom.seeyon.ctp.util.json.mapper 中的方法
static java.lang.Object JSONMapper.toJava(com.seeyon.ctp.util.json.model.JSONValue aValue)
          Map a JSON representation to a Java object.
static java.lang.Object JSONMapper.toJava(com.seeyon.ctp.util.json.model.JSONValue aValue, java.lang.Class aPojoClass)
          Map a JSON representation to a Java object.
static com.seeyon.ctp.util.json.model.JSONValue JSONMapper.toJSON(java.lang.Object aPojo)
          Map a POJO to the JSON representation.
static com.seeyon.ctp.util.json.model.JSONValue JSONMapper.toJSONNOExtraAttr(java.lang.Object aPojo)
          返回不含额外属性(extraAttr)的PO的JSON