kr.co.hit.live.util.json
Class JsonWriter

java.lang.Object
  extended by kr.co.hit.live.util.json.JsonWriter

public class JsonWriter
extends Object


Constructor Summary
JsonWriter()
           
 
Method Summary
 void setDateFormat(String dateFormat)
           
 void setDebug(boolean debug)
           
 void write(Object value, StringBuilder sb)
          주어진 객체를 type에 맞추어 출력한다.
 void write(ValueObjectAssembler value, StringBuilder sb)
           
 void write(ValueObject value, StringBuilder sb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonWriter

public JsonWriter()
Method Detail

setDebug

public void setDebug(boolean debug)

setDateFormat

public void setDateFormat(String dateFormat)

write

public void write(ValueObjectAssembler value,
                  StringBuilder sb)
Parameters:
value -
sb -
debug -

write

public void write(ValueObject value,
                  StringBuilder sb)
Parameters:
value -
sb -
debug -

write

public void write(Object value,
                  StringBuilder sb)
주어진 객체를 type에 맞추어 출력한다.

Parameters:
value -
sb -


Copyright © 2014. All Rights Reserved.