org.test4j.json.encoder.single.spec
类 FileEncoder<T extends File>

java.lang.Object
  继承者 org.test4j.json.encoder.JSONEncoder<T>
      继承者 org.test4j.json.encoder.SingleEncoder<T>
          继承者 org.test4j.json.encoder.single.SpecTypeEncoder<T>
              继承者 org.test4j.json.encoder.single.spec.FileEncoder<T>

public class FileEncoder<T extends File>
extends SpecTypeEncoder<T>


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

字段详细信息

instance

public static FileEncoder instance
构造方法详细信息

FileEncoder

protected FileEncoder()
方法详细信息

encodeSingleValue

protected void encodeSingleValue(File target,
                                 Writer writer)
                          throws Exception
指定者:
SpecTypeEncoder<T extends File> 中的 encodeSingleValue
抛出:
Exception

encodeOtherProperty

protected void encodeOtherProperty(File target,
                                   Writer writer)
                            throws Exception
指定者:
SpecTypeEncoder<T extends File> 中的 encodeOtherProperty
抛出:
Exception


Copyright © 2013. All rights reserved.