Uses of Interface
com.thoughtworks.xstream.io.naming.NameCoder
-
Packages that use NameCoder Package Description com.thoughtworks.xstream.io com.thoughtworks.xstream.io.json com.thoughtworks.xstream.io.naming com.thoughtworks.xstream.io.xml -
-
Uses of NameCoder in com.thoughtworks.xstream.io
Fields in com.thoughtworks.xstream.io declared as NameCoder Modifier and Type Field Description private NameCoder
AbstractReader. nameCoder
private NameCoder
AbstractWriter. nameCoder
private NameCoder
AbstractDriver. replacer
Methods in com.thoughtworks.xstream.io that return NameCoder Modifier and Type Method Description protected NameCoder
AbstractDriver. getNameCoder()
Constructors in com.thoughtworks.xstream.io with parameters of type NameCoder Constructor Description AbstractDriver(NameCoder nameCoder)
Creates an AbstractDriver with a providedNameCoder
.AbstractReader(NameCoder nameCoder)
Creates an AbstractReader with a providedNameCoder
.AbstractWriter(NameCoder nameCoder)
Creates an AbstractWriter with a providedNameCoder
. -
Uses of NameCoder in com.thoughtworks.xstream.io.json
Fields in com.thoughtworks.xstream.io.json declared as NameCoder Modifier and Type Field Description private NameCoder
JsonWriter.Format. nameCoder
Methods in com.thoughtworks.xstream.io.json that return NameCoder Modifier and Type Method Description NameCoder
JsonWriter.Format. getNameCoder()
Retrieve the NameCoder.Constructors in com.thoughtworks.xstream.io.json with parameters of type NameCoder Constructor Description AbstractJsonWriter(int mode, NameCoder nameCoder)
Construct a JSON writer with a special mode and name coder.AbstractJsonWriter(NameCoder nameCoder)
Construct a JSON writer with a special name coder.Format(char[] lineIndenter, char[] newLine, int mode, NameCoder nameCoder)
Create a new Formatter.JsonHierarchicalStreamDriver(NameCoder nameCoder)
Construct a JsonHierarchicalStreamDriver with name coding. -
Uses of NameCoder in com.thoughtworks.xstream.io.naming
Classes in com.thoughtworks.xstream.io.naming that implement NameCoder Modifier and Type Class Description class
NameCoderWrapper
A wrapper for another NameCoder.class
NoNameCoder
A NameCoder that does nothing.class
StaticNameCoder
A NameCoder that encodes and decodes names based on a map.Fields in com.thoughtworks.xstream.io.naming declared as NameCoder Modifier and Type Field Description private NameCoder
NameCoderWrapper. wrapped
Constructors in com.thoughtworks.xstream.io.naming with parameters of type NameCoder Constructor Description NameCoderWrapper(NameCoder inner)
Construct a new wrapper for a NameCoder. -
Uses of NameCoder in com.thoughtworks.xstream.io.xml
Classes in com.thoughtworks.xstream.io.xml that implement NameCoder Modifier and Type Class Description class
XmlFriendlyNameCoder
Encode and decode tag and attribute names in XML drivers.class
XmlFriendlyReplacer
Deprecated.As of 1.4, useXmlFriendlyNameCoder
insteadclass
XStream11NameCoder
A XmlFriendlyNameCoder to support backward compatibility with XStream 1.1.class
XStream11XmlFriendlyReplacer
Deprecated.As of 1.4, useXStream11NameCoder
insteadConstructors in com.thoughtworks.xstream.io.xml with parameters of type NameCoder Constructor Description AbstractDocumentReader(java.lang.Object rootElement, NameCoder nameCoder)
AbstractDocumentWriter(java.lang.Object container, NameCoder nameCoder)
Constructs an AbstractDocumentWriter.AbstractPullReader(NameCoder nameCoder)
AbstractXmlDriver(NameCoder nameCoder)
Deprecated.Creates a AbstractXmlFriendlyDriver with default XmlFriendlyReplacerAbstractXmlReader(NameCoder nameCoder)
Deprecated.AbstractXmlWriter(NameCoder nameCoder)
Deprecated.AbstractXppDomDriver(NameCoder nameCoder)
Construct an AbstractXppDomDriver.AbstractXppDriver(NameCoder nameCoder)
Construct an AbstractXppDriver.CompactWriter(java.io.Writer writer, int mode, NameCoder nameCoder)
CompactWriter(java.io.Writer writer, NameCoder nameCoder)
DomDriver(java.lang.String encoding, NameCoder nameCoder)
DomReader(org.w3c.dom.Document document, NameCoder nameCoder)
DomReader(org.w3c.dom.Element rootElement, NameCoder nameCoder)
DomWriter(org.w3c.dom.Document document, NameCoder nameCoder)
DomWriter(org.w3c.dom.Element rootElement, NameCoder nameCoder)
DomWriter(org.w3c.dom.Element element, org.w3c.dom.Document document, NameCoder nameCoder)
PrettyPrintWriter(java.io.Writer writer, int mode, char[] lineIndenter, NameCoder nameCoder)
PrettyPrintWriter(java.io.Writer writer, int mode, char[] lineIndenter, NameCoder nameCoder, java.lang.String newLine)
PrettyPrintWriter(java.io.Writer writer, int mode, NameCoder nameCoder)
PrettyPrintWriter(java.io.Writer writer, NameCoder nameCoder)
SaxWriter(boolean includeEnclosingDocument, NameCoder nameCoder)
SaxWriter(NameCoder nameCoder)
StandardStaxDriver(NameCoder nameCoder)
StandardStaxDriver(QNameMap qnameMap, NameCoder nameCoder)
StaxDriver(NameCoder nameCoder)
StaxDriver(QNameMap qnameMap, NameCoder nameCoder)
StaxReader(QNameMap qnameMap, javax.xml.stream.XMLStreamReader in, NameCoder replacer)
StaxWriter(QNameMap qnameMap, javax.xml.stream.XMLStreamWriter out, boolean writeEnclosingDocument, boolean namespaceRepairingMode, NameCoder nameCoder)
Allows a StaxWriter to be created for partial XML outputStaxWriter(QNameMap qnameMap, javax.xml.stream.XMLStreamWriter out, NameCoder nameCoder)
Allows a StaxWriter to be created for partial XML outputXpp3DomDriver(NameCoder nameCoder)
Construct an Xpp3DomDriver.Xpp3Driver(NameCoder nameCoder)
Construct an Xpp3Driver.XppDomDriver(NameCoder nameCoder)
XppDomReader(XppDom xppDom, NameCoder nameCoder)
XppDomWriter(NameCoder nameCoder)
XppDomWriter(XppDom parent, NameCoder nameCoder)
XppDriver(NameCoder nameCoder)
XppReader(java.io.Reader reader, org.xmlpull.v1.XmlPullParser parser, NameCoder nameCoder)
Construct an XppReader.
-