kr.co.hit.live.util.json
Class JsonWriter
java.lang.Object
kr.co.hit.live.util.json.JsonWriter
public class JsonWriter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonWriter
public JsonWriter()
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.