Uses of Class
com.thoughtworks.xstream.core.util.QuickWriter
-
Packages that use QuickWriter Package Description com.thoughtworks.xstream.io.json com.thoughtworks.xstream.io.xml -
-
Uses of QuickWriter in com.thoughtworks.xstream.io.json
Fields in com.thoughtworks.xstream.io.json declared as QuickWriter Modifier and Type Field Description protected QuickWriter
JsonWriter. writer
-
Uses of QuickWriter in com.thoughtworks.xstream.io.xml
Fields in com.thoughtworks.xstream.io.xml declared as QuickWriter Modifier and Type Field Description private QuickWriter
PrettyPrintWriter. writer
Methods in com.thoughtworks.xstream.io.xml with parameters of type QuickWriter Modifier and Type Method Description protected void
PrettyPrintWriter. writeAttributeValue(QuickWriter writer, java.lang.String text)
protected void
PrettyPrintWriter. writeText(QuickWriter writer, java.lang.String text)
-