org.test4j.json.encoder
类 SingleEncoder<T>

java.lang.Object
  继承者 org.test4j.json.encoder.JSONEncoder<T>
      继承者 org.test4j.json.encoder.SingleEncoder<T>
直接已知子类:
FixedTypeEncoder, SpecTypeEncoder

public abstract class SingleEncoder<T>
extends JSONEncoder<T>


字段摘要
 
从类 org.test4j.json.encoder.JSONEncoder 继承的字段
clazz, features, ignoreExplicitFieldType, quote_Char, skipNullField, unMarkClassFlag
 
构造方法摘要
protected SingleEncoder(Class clazz)
           
 
方法摘要
static FixedTypeEncoder isFinalTypeEncoder(Class type)
           
static SpecTypeEncoder isSpecTypeEncoder(Class type)
           
 
从类 org.test4j.json.encoder.JSONEncoder 继承的方法
encode, get, setFeatures, setFeatures, setUnMarkClassFlag, wrapException, writeClassFlag, writerNullOrReference, writerSpecProperty
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SingleEncoder

protected SingleEncoder(Class clazz)
方法详细信息

isFinalTypeEncoder

public static FixedTypeEncoder isFinalTypeEncoder(Class type)

isSpecTypeEncoder

public static SpecTypeEncoder isSpecTypeEncoder(Class type)


Copyright © 2013. All rights reserved.