org.test4j.json
类 JSONConverter

java.lang.Object
  继承者 org.test4j.json.JSONConverter
所有已实现的接口:
ITypeConverter

public class JSONConverter
extends Object
implements ITypeConverter


字段摘要
 
从接口 org.test4j.json.ITypeConverter 继承的字段
defaultConverter
 
构造方法摘要
JSONConverter()
           
 
方法摘要
 boolean accept(Object value)
           
<T> T
convert(Object from)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JSONConverter

public JSONConverter()
方法详细信息

convert

public <T> T convert(Object from)
指定者:
接口 ITypeConverter 中的 convert

accept

public boolean accept(Object value)
指定者:
接口 ITypeConverter 中的 accept


Copyright © 2013. All rights reserved.