|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.commons.util.io.json.JsonGenerator.Generator
com.ibm.commons.util.io.json.JsonGenerator.StringGenerator
public static class JsonGenerator.StringGenerator
String generator class.
| Field Summary | |
|---|---|
protected java.lang.StringBuilder |
b
|
| Constructor Summary | |
|---|---|
JsonGenerator.StringGenerator(JsonFactory factory,
boolean compact)
|
|
| Method Summary | |
|---|---|
java.lang.StringBuilder |
getStringBuilder()
|
void |
out(char c)
|
void |
out(java.lang.String s)
|
| Methods inherited from class com.ibm.commons.util.io.json.JsonGenerator.Generator |
|---|
decIndent, endObject, getFactory, getIndentLevel, incIndent, indent, isCompact, nl, outArrayLiteral, outArrayLiteral, outBooleanLiteral, outCharInString, outDateLiteral_, outIntLiteral, outLiteral, outLiteral, outLongLiteral, outNull, outNumberLiteral, outObject, outObject, outPropertyName, outReference, outStringLiteral, setIndentLevel, startObject, toJson |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.StringBuilder b
| Constructor Detail |
|---|
public JsonGenerator.StringGenerator(JsonFactory factory,
boolean compact)
| Method Detail |
|---|
public java.lang.StringBuilder getStringBuilder()
public void out(char c)
throws java.io.IOException
out in class JsonGenerator.Generatorjava.io.IOException
public void out(java.lang.String s)
throws java.io.IOException
out in class JsonGenerator.Generatorjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||