A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractBasicConverter - class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter.
Base helper class for converters that can store the state of an object as a single String.
AbstractBasicConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
 
AbstractCollectionConverter - class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.
Base helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).
AbstractCollectionConverter(ClassMapper, String) - Constructor for class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
AbstractTreeReader - class com.thoughtworks.xstream.io.xml.AbstractTreeReader.
 
AbstractTreeReader(Object) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
ArrayConverter - class com.thoughtworks.xstream.converters.collections.ArrayConverter.
Converts an array of objects or primitives to XML, using a nested child element for each item.
ArrayConverter(ClassMapper, String) - Constructor for class com.thoughtworks.xstream.converters.collections.ArrayConverter
 
add(String, String) - Method in class com.thoughtworks.xstream.converters.ConversionException
 
add(String, String) - Method in interface com.thoughtworks.xstream.converters.ErrorWriter
Add some information to the error message.
addAttribute(String, String) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.DomWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.JDomWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.XomWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.XppDomWriter
 
addDefaultCollection(Class, String) - Method in class com.thoughtworks.xstream.XStream
Deprecated. Use addImplicitCollection() instead.
addImplicitCollection(Class, String) - Method in class com.thoughtworks.xstream.XStream
Adds a default implicit collection which is used for any unmapped xml tag.
addImplicitCollection(Class, String, Class) - Method in class com.thoughtworks.xstream.XStream
Adds implicit collection which is used for all items of the given itemType.
addImplicitCollection(Class, String, String, Class) - Method in class com.thoughtworks.xstream.XStream
Adds implicit collection which is used for all items of the given element name defined by itemFieldName.
alias(String, Class) - Method in class com.thoughtworks.xstream.XStream
Alias a Class to a shorter name to be used in XML elements.
alias(String, Class, Class) - Method in class com.thoughtworks.xstream.XStream
Alias a Class to a shorter name to be used in XML elements.
alias(String, Class, Class) - Method in interface com.thoughtworks.xstream.alias.ClassMapper
 
appendErrors(ErrorWriter) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
 
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.io.xml.XppReader
 

B

BigDecimalConverter - class com.thoughtworks.xstream.converters.basic.BigDecimalConverter.
Converts a java.math.BigDecimal to a String, retaining its precision.
BigDecimalConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.BigDecimalConverter
 
BigIntegerConverter - class com.thoughtworks.xstream.converters.basic.BigIntegerConverter.
Converts a java.math.BigInteger to a String.
BigIntegerConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.BigIntegerConverter
 
BitSetConverter - class com.thoughtworks.xstream.converters.collections.BitSetConverter.
Converts a java.util.BitSet to XML, as a compact comma delimited list of ones and zeros.
BitSetConverter() - Constructor for class com.thoughtworks.xstream.converters.collections.BitSetConverter
 
BooleanConverter - class com.thoughtworks.xstream.converters.basic.BooleanConverter.
Converts a boolean primitive or java.lang.Boolean wrapper to a String.
BooleanConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.BooleanConverter
 
ByteConverter - class com.thoughtworks.xstream.converters.basic.ByteConverter.
Converts a byte primitive or java.lang.Byre wrapper to a String.
ByteConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.ByteConverter
 

C

CONFIGURED_XSTREAM_PROPERTY - Static variable in class com.thoughtworks.xstream.io.xml.SaxWriter
The SAX property to configure the XStream facade to be used for object serialization.
CannotResolveClassException - exception com.thoughtworks.xstream.alias.CannotResolveClassException.
 
CannotResolveClassException(String) - Constructor for class com.thoughtworks.xstream.alias.CannotResolveClassException
 
CharArrayConverter - class com.thoughtworks.xstream.converters.collections.CharArrayConverter.
Converts a char[] to XML, storing the contents as a single String.
CharArrayConverter() - Constructor for class com.thoughtworks.xstream.converters.collections.CharArrayConverter
 
CharConverter - class com.thoughtworks.xstream.converters.basic.CharConverter.
Converts a char primitive or java.lang.Character wrapper to a String.
CharConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.CharConverter
 
ClassMapper - interface com.thoughtworks.xstream.alias.ClassMapper.
 
ClassMapper.DynamicProxy - class com.thoughtworks.xstream.alias.ClassMapper.DynamicProxy.
Place holder type used for dynamic proxies.
ClassMapper.DynamicProxy() - Constructor for class com.thoughtworks.xstream.alias.ClassMapper.DynamicProxy
 
ClassMapper.Null - class com.thoughtworks.xstream.alias.ClassMapper.Null.
Place holder type used for null values.
ClassMapper.Null() - Constructor for class com.thoughtworks.xstream.alias.ClassMapper.Null
 
CollectionConverter - class com.thoughtworks.xstream.converters.collections.CollectionConverter.
Converts most common Collections (Lists and Sets) to XML, specifying a nested element for each item.
CollectionConverter(ClassMapper, String) - Constructor for class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
ColorConverter - class com.thoughtworks.xstream.converters.extended.ColorConverter.
Converts a java.awt.Color to XML, using four nested elements: red, green, blue, alpha.
ColorConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.ColorConverter
 
CompactWriter - class com.thoughtworks.xstream.io.xml.CompactWriter.
 
CompactWriter(PrintWriter) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
 
CompactWriter(Writer) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
 
ConversionException - exception com.thoughtworks.xstream.converters.ConversionException.
Thrown by Converter implementations when they cannot convert an object to/from textual data.
ConversionException(String, Exception) - Constructor for class com.thoughtworks.xstream.converters.ConversionException
 
ConversionException(String) - Constructor for class com.thoughtworks.xstream.converters.ConversionException
 
ConversionException(Exception) - Constructor for class com.thoughtworks.xstream.converters.ConversionException
 
Converter - interface com.thoughtworks.xstream.converters.Converter.
Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterLookup - interface com.thoughtworks.xstream.converters.ConverterLookup.
Responsible for looking up the correct Converter implementation for a specific type.
CurrencyConverter - class com.thoughtworks.xstream.converters.extended.CurrencyConverter.
Converts a java.util.Currency to String.
CurrencyConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.CurrencyConverter
 
callReadObject(Class, Object, ObjectInputStream) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
 
callReadResolve(Object) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
Resolves an object as native serialization does by calling readResolve(), if available.
callWriteObject(Class, Object, ObjectOutputStream) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
 
callWriteReplace(Object) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
 
canConvert(Class) - Method in interface com.thoughtworks.xstream.converters.Converter
Called by XStream to determine whether to use this converter instance to marshall a particular type.
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.BigDecimalConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.BigIntegerConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.BooleanConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.ByteConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.CharConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.DateConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.DoubleConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.FloatConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.IntConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.LongConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.NullConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.ShortConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.StringBufferConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.StringConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.URLConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.ArrayConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.BitSetConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.CharArrayConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.MapConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.PropertiesConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.TreeMapConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.TreeSetConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.ColorConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.CurrencyConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.DynamicProxyConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.FileConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.FontConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.ISO8601DateConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.JavaClassConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.JavaMethodConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.LocaleConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.RegexPatternConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.SqlDateConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.SqlTimeConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.SqlTimestampConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.ThrowableConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.reflection.ExternalizableConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
cause - Variable in class com.thoughtworks.xstream.converters.ConversionException
Plays nice with JDK1.3 and JDK1.4
changeDefaultConverter(Converter) - Method in class com.thoughtworks.xstream.XStream
 
classAttributeIdentifier - Variable in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
classMapper - Variable in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
close() - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
Call this method when you're finished with me
com.thoughtworks.xstream - package com.thoughtworks.xstream
 
com.thoughtworks.xstream.alias - package com.thoughtworks.xstream.alias
 
com.thoughtworks.xstream.converters - package com.thoughtworks.xstream.converters
 
com.thoughtworks.xstream.converters.basic - package com.thoughtworks.xstream.converters.basic
 
com.thoughtworks.xstream.converters.collections - package com.thoughtworks.xstream.converters.collections
 
com.thoughtworks.xstream.converters.extended - package com.thoughtworks.xstream.converters.extended
 
com.thoughtworks.xstream.converters.reflection - package com.thoughtworks.xstream.converters.reflection
 
com.thoughtworks.xstream.io - package com.thoughtworks.xstream.io
 
com.thoughtworks.xstream.io.xml - package com.thoughtworks.xstream.io.xml
 
convertAnother(Object) - Method in interface com.thoughtworks.xstream.converters.MarshallingContext
 
convertAnother(Object, Class) - Method in interface com.thoughtworks.xstream.converters.UnmarshallingContext
 
createCollection(Class) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
createObjectInputStream(Reader) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectInputStream that deserializes a stream of objects from a reader using XStream.
createObjectInputStream(HierarchicalStreamReader) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectInputStream that deserializes a stream of objects from a reader using XStream.
createObjectOutputStream(Writer) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectOutputStream that serializes a stream of objects to the writer using XStream.
createObjectOutputStream(HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectOutputStream that serializes a stream of objects to the writer using XStream.
createObjectOutputStream(Writer, String) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectOutputStream that serializes a stream of objects to the writer using XStream.
createObjectOutputStream(HierarchicalStreamWriter, String) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectOutputStream that serializes a stream of objects to the writer using XStream.
createParser(Reader) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createParser() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
createReader(Reader) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.DomDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.JDomDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.XppDomDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.XppDriver
 
createStaxReader(XMLStreamReader) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createStaxWriter(XMLStreamWriter, boolean) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createStaxWriter(XMLStreamWriter) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
currentObject() - Method in interface com.thoughtworks.xstream.converters.UnmarshallingContext
 

D

DataHolder - interface com.thoughtworks.xstream.converters.DataHolder.
Holds generic data, to be used as seen fit by the user.
DateConverter - class com.thoughtworks.xstream.converters.basic.DateConverter.
Converts a java.util.Date to a String as a date format, retaining precision down to milliseconds.
DateConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
 
DateConverter(String, String[]) - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
 
DefaultCollectionLookup - interface com.thoughtworks.xstream.alias.DefaultCollectionLookup.
A default collection is a special field of an object where any child nodes that do not match with fields will be added.
Dom4JDriver - class com.thoughtworks.xstream.io.xml.Dom4JDriver.
 
Dom4JDriver() - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
Dom4JReader - class com.thoughtworks.xstream.io.xml.Dom4JReader.
 
Dom4JReader(Element) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JReader
 
Dom4JReader(Document) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JReader
 
Dom4JWriter - class com.thoughtworks.xstream.io.xml.Dom4JWriter.
 
Dom4JWriter(Branch) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
DomDriver - class com.thoughtworks.xstream.io.xml.DomDriver.
 
DomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.DomDriver
 
DomDriver(String) - Constructor for class com.thoughtworks.xstream.io.xml.DomDriver
 
DomReader - class com.thoughtworks.xstream.io.xml.DomReader.
 
DomReader(Element) - Constructor for class com.thoughtworks.xstream.io.xml.DomReader
 
DomReader(Document) - Constructor for class com.thoughtworks.xstream.io.xml.DomReader
 
DomWriter - class com.thoughtworks.xstream.io.xml.DomWriter.
 
DomWriter(Document) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
 
DomWriter(Element) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
 
DoubleConverter - class com.thoughtworks.xstream.converters.basic.DoubleConverter.
Converts a double primitive or java.lang.Double wrapper to a String.
DoubleConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.DoubleConverter
 
DynamicProxyConverter - class com.thoughtworks.xstream.converters.extended.DynamicProxyConverter.
Converts a dynamic proxy to XML, storing the implemented interfaces and handler.
DynamicProxyConverter(ClassMapper) - Constructor for class com.thoughtworks.xstream.converters.extended.DynamicProxyConverter
 
DynamicProxyConverter(ClassMapper, ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.extended.DynamicProxyConverter
 
defaultConverter() - Method in interface com.thoughtworks.xstream.converters.ConverterLookup
Lookup the default converter.

E

EncodedByteArrayConverter - class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter.
Converts a byte array to a single Base64 encoding string.
EncodedByteArrayConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter
 
ErrorWriter - interface com.thoughtworks.xstream.converters.ErrorWriter.
To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.
ExternalizableConverter - class com.thoughtworks.xstream.converters.reflection.ExternalizableConverter.
Converts any object that implements the java.io.Externalizable interface, allowing compatability with native Java serialization.
ExternalizableConverter(ClassMapper) - Constructor for class com.thoughtworks.xstream.converters.reflection.ExternalizableConverter
 
element(String, String, String) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
 
element(String, String, String, int) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
 
endNode() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.DomWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.JDomWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.XomWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.XppDomWriter
 
endOfLine() - Method in class com.thoughtworks.xstream.io.xml.CompactWriter
 
endOfLine() - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 

F

FieldDictionary - class com.thoughtworks.xstream.converters.reflection.FieldDictionary.
 
FieldDictionary() - Constructor for class com.thoughtworks.xstream.converters.reflection.FieldDictionary
 
FileConverter - class com.thoughtworks.xstream.converters.extended.FileConverter.
This converter will take care of storing and retrieving File with either an absolute path OR a relative path depending on how they were created.
FileConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.FileConverter
 
FloatConverter - class com.thoughtworks.xstream.converters.basic.FloatConverter.
Converts a float primitive or java.lang.Float wrapper to a String.
FloatConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.FloatConverter
 
FontConverter - class com.thoughtworks.xstream.converters.extended.FontConverter.
 
FontConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.FontConverter
 
field(Class, String, Class) - Method in class com.thoughtworks.xstream.converters.reflection.FieldDictionary
 
fieldDefinedInClass(String, Class) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
fieldDefinedInClass(String, Class) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider
 
fieldDictionary - Variable in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
fieldModifiersSupported(Field) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
format(Date) - Method in class com.thoughtworks.xstream.converters.basic.ThreadSafeSimpleDateFormat
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.BigDecimalConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.BigIntegerConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.BooleanConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.ByteConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.DateConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.DoubleConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.FloatConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.IntConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.LongConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.ShortConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.StringBufferConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.StringConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.URLConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.CurrencyConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.FileConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.ISO8601DateConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.JavaClassConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.LocaleConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.SqlDateConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.SqlTimeConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.SqlTimestampConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementConverter
 
fromXML(String) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from an XML String.
fromXML(Reader) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from an XML Reader, populating the fields of the given root object instead of instantiating a new one.
fromXML(String, Object) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from an XML String, populating the fields of the given root object instead of instantiating a new one.
fromXML(Reader, Object) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from an XML Reader.
fromXML(String) - Method in interface com.thoughtworks.xstream.alias.NameMapper
 

G

GregorianCalendarConverter - class com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter.
Converts a java.util.GregorianCalendar to XML.
GregorianCalendarConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter
 
get(String) - Method in class com.thoughtworks.xstream.converters.ConversionException
 
get(Object) - Method in interface com.thoughtworks.xstream.converters.DataHolder
 
getAttribute(String) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
getCause() - Method in class com.thoughtworks.xstream.converters.ConversionException
 
getChild(int) - Method in class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
getChild(int) - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getChild(int) - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getChild(int) - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getChild(int) - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getChild(int) - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getChildCount() - Method in class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
getChildCount() - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getChildCount() - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getChildCount() - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getChildCount() - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getChildCount() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getClassMapper() - Method in class com.thoughtworks.xstream.XStream
 
getConfiguration() - Method in class com.thoughtworks.xstream.io.xml.XppDomWriter
 
getContentHandler() - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Returns the current content handler.
getConverterLookup() - Method in class com.thoughtworks.xstream.XStream
 
getDTDHandler() - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Returns the current DTD handler.
getDefaultCollectionField(Class) - Method in interface com.thoughtworks.xstream.alias.DefaultCollectionLookup
Get the name of the field that acts as the default collection for an object, or return null if there is none.
getDefaultNamespace() - Method in class com.thoughtworks.xstream.io.xml.QNameMap
 
getDefaultPrefix() - Method in class com.thoughtworks.xstream.io.xml.QNameMap
 
getEntityResolver() - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Returns the current entity resolver.
getErrorHandler() - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Returns the current error handler.
getFeature(String) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Looks up the value of a feature.
getFieldName() - Method in interface com.thoughtworks.xstream.alias.ImplicitCollectionDef
 
getFieldNameForItemTypeAndName(Class, Class, String) - Method in interface com.thoughtworks.xstream.alias.ImplicitCollectionMapper
Get the name of the field that acts as the default collection for an object, or return null if there is none.
getFieldType(Object, String, Class) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
getFieldType(Object, String, Class) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider
 
getImplicitCollectionDefForFieldName(Class, String) - Method in interface com.thoughtworks.xstream.alias.ImplicitCollectionMapper
 
getInputFactory() - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
getItemFieldName() - Method in interface com.thoughtworks.xstream.alias.ImplicitCollectionDef
 
getItemType() - Method in interface com.thoughtworks.xstream.alias.ImplicitCollectionDef
 
getItemTypeForItemFieldName(Class, String) - Method in interface com.thoughtworks.xstream.alias.ImplicitCollectionMapper
 
getJavaClassName(QName) - Method in class com.thoughtworks.xstream.io.xml.QNameMap
Returns the Java class name that should be used for the given QName.
getMessage() - Method in class com.thoughtworks.xstream.converters.ConversionException
 
getNodeName() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
getOutputFactory() - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
getParent() - Method in class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
getParent() - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getParent() - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getParent() - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getParent() - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getParent() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getProperty(String) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Looks up the value of a property.
getQName(String) - Method in class com.thoughtworks.xstream.io.xml.QNameMap
Returns the Java class name that should be used for the given QName.
getQnameMap() - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
getRequiredType() - Method in interface com.thoughtworks.xstream.converters.UnmarshallingContext
 
getResult() - Method in class com.thoughtworks.xstream.io.xml.JDomWriter
 
getShortMessage() - Method in class com.thoughtworks.xstream.converters.ConversionException
 
getValue() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
getXMLReader() - Method in class com.thoughtworks.xstream.io.xml.TraxSource
Returns the XMLReader to be used for the Source.

H

HierarchicalStreamDriver - interface com.thoughtworks.xstream.io.HierarchicalStreamDriver.
 
HierarchicalStreamReader - interface com.thoughtworks.xstream.io.HierarchicalStreamReader.
 
HierarchicalStreamWriter - interface com.thoughtworks.xstream.io.HierarchicalStreamWriter.
 
hasMoreChildren() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
 
hasMoreChildren() - Method in class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
hasMoreChildren() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
hasMoreChildren() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 

I

ID_REFERENCES - Static variable in class com.thoughtworks.xstream.XStream
 
ISO8601DateConverter - class com.thoughtworks.xstream.converters.extended.ISO8601DateConverter.
A DateConverter conforming to the ISO8601 standard.
ISO8601DateConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.ISO8601DateConverter
 
ImplicitCollectionDef - interface com.thoughtworks.xstream.alias.ImplicitCollectionDef.
ImplicitCollectionDef holds information about an implicit collection.
ImplicitCollectionMapper - interface com.thoughtworks.xstream.alias.ImplicitCollectionMapper.
A default collection is a special field of an object where any child nodes that do not match with fields will be added.
IntConverter - class com.thoughtworks.xstream.converters.basic.IntConverter.
Converts an int primitive or java.lang.Integer wrapper to a String.
IntConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.IntConverter
 
isImmutableValueType(Class) - Method in interface com.thoughtworks.xstream.alias.ClassMapper
Whether this type is a simple immutable value (int, boolean, String, URL, etc.
isRepairingNamespace() - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 

J

JDomDriver - class com.thoughtworks.xstream.io.xml.JDomDriver.
 
JDomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.JDomDriver
 
JDomReader - class com.thoughtworks.xstream.io.xml.JDomReader.
 
JDomReader(Element) - Constructor for class com.thoughtworks.xstream.io.xml.JDomReader
 
JDomReader(Document) - Constructor for class com.thoughtworks.xstream.io.xml.JDomReader
 
JDomWriter - class com.thoughtworks.xstream.io.xml.JDomWriter.
 
JDomWriter(Element, JDOMFactory) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JDomWriter(JDOMFactory) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JDomWriter(Element) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JDomWriter() - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JavaClassConverter - class com.thoughtworks.xstream.converters.extended.JavaClassConverter.
Converts a java.lang.Class to XML.
JavaClassConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.JavaClassConverter
 
JavaClassConverter(ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaClassConverter
 
JavaMethodConverter - class com.thoughtworks.xstream.converters.extended.JavaMethodConverter.
Converts a java.lang.reflect.Method to XML.
JavaMethodConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.JavaMethodConverter
 
JavaMethodConverter(ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaMethodConverter
 

K

keys() - Method in class com.thoughtworks.xstream.converters.ConversionException
 
keys() - Method in interface com.thoughtworks.xstream.converters.DataHolder
 

L

LocaleConverter - class com.thoughtworks.xstream.converters.extended.LocaleConverter.
Converts a java.util.Locale to a string.
LocaleConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.LocaleConverter
 
LongConverter - class com.thoughtworks.xstream.converters.basic.LongConverter.
Converts a long primitive or java.lang.Long wrapper to a String.
LongConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.LongConverter
 
lookupConverterForType(Class) - Method in interface com.thoughtworks.xstream.converters.ConverterLookup
Lookup a converter for a specific type.
lookupDefaultType(Class) - Method in interface com.thoughtworks.xstream.alias.ClassMapper
 
lookupName(Class) - Method in interface com.thoughtworks.xstream.alias.ClassMapper
 
lookupType(String) - Method in interface com.thoughtworks.xstream.alias.ClassMapper
 

M

MapConverter - class com.thoughtworks.xstream.converters.collections.MapConverter.
Converts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children.
MapConverter(ClassMapper, String) - Constructor for class com.thoughtworks.xstream.converters.collections.MapConverter
 
MarshallingContext - interface com.thoughtworks.xstream.converters.MarshallingContext.
 
MarshallingStrategy - interface com.thoughtworks.xstream.MarshallingStrategy.
 
mapNameFromXML(String) - Method in interface com.thoughtworks.xstream.alias.ClassMapper
 
mapNameToXML(String) - Method in interface com.thoughtworks.xstream.alias.ClassMapper
 
marshal(HierarchicalStreamWriter, Object, DefaultConverterLookup, ClassMapper, DataHolder) - Method in interface com.thoughtworks.xstream.MarshallingStrategy
 
marshal(Object, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.XStream
Serialize and object to a hierarchical data structure (such as XML).
marshal(Object, HierarchicalStreamWriter, DataHolder) - Method in class com.thoughtworks.xstream.XStream
Serialize and object to a hierarchical data structure (such as XML).
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in interface com.thoughtworks.xstream.converters.Converter
Convert an object to textual data.
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.basic.CharConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.basic.NullConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.ArrayConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.BitSetConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.CharArrayConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.MapConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.PropertiesConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.TreeMapConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.TreeSetConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ColorConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.DynamicProxyConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.FontConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.JavaMethodConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.RegexPatternConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ThrowableConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.ExternalizableConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
moveDown() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
 
moveDown() - Method in class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
moveDown() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
moveDown() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
moveUp() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
 
moveUp() - Method in class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
moveUp() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
moveUp() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 

N

NO_REFERENCES - Static variable in class com.thoughtworks.xstream.XStream
 
NameMapper - interface com.thoughtworks.xstream.alias.NameMapper.
 
NullConverter - class com.thoughtworks.xstream.converters.basic.NullConverter.
Special converter to signify nulls at the root level.
NullConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.NullConverter
 
nativeMethodElement(String, String) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
 
newDataHolder() - Method in class com.thoughtworks.xstream.XStream
 
newInstance(Class) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
newInstance(Class) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider
 
newInstance(Class) - Method in class com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider
 

O

ObjectAccessException - exception com.thoughtworks.xstream.converters.reflection.ObjectAccessException.
 
ObjectAccessException(String) - Constructor for class com.thoughtworks.xstream.converters.reflection.ObjectAccessException
 
ObjectAccessException(String, Throwable) - Constructor for class com.thoughtworks.xstream.converters.reflection.ObjectAccessException
 

P

PrettyPrintWriter - class com.thoughtworks.xstream.io.xml.PrettyPrintWriter.
 
PrettyPrintWriter(Writer, char[]) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer, String) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(PrintWriter) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PropertiesConverter - class com.thoughtworks.xstream.converters.collections.PropertiesConverter.
Special converter for java.util.Properties that stores properties in a more compact form than java.util.Map.
PropertiesConverter() - Constructor for class com.thoughtworks.xstream.converters.collections.PropertiesConverter
 
PureJavaReflectionProvider - class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.
Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects that can be constructed are limited.
PureJavaReflectionProvider() - Constructor for class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
parse(String) - Method in class com.thoughtworks.xstream.converters.basic.ThreadSafeSimpleDateFormat
 
parse(String) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Parses an XML document from a system identifier (URI).
parse(InputSource) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Parse an XML document.
peekUnderlyingNode() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Deprecated.  
peekUnderlyingNode() - Method in class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
peekUnderlyingNode() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
peekUnderlyingNode() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
populateCollection(HierarchicalStreamReader, UnmarshallingContext, Collection) - Method in class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
populateMap(HierarchicalStreamReader, UnmarshallingContext, Map) - Method in class com.thoughtworks.xstream.converters.collections.MapConverter
 
put(Object, Object) - Method in interface com.thoughtworks.xstream.converters.DataHolder
 

Q

QNameMap - class com.thoughtworks.xstream.io.xml.QNameMap.
Represents a mapping of QName intsnaces to Java class names allowing class aliases and namespace aware mappings of QNames to class names.
QNameMap() - Constructor for class com.thoughtworks.xstream.io.xml.QNameMap
 

R

ReflectionConverter - class com.thoughtworks.xstream.converters.reflection.ReflectionConverter.
 
ReflectionConverter(ClassMapper, String, String, ReflectionProvider, ImplicitCollectionMapper) - Constructor for class com.thoughtworks.xstream.converters.reflection.ReflectionConverter
 
ReflectionConverter.DuplicateFieldException - exception com.thoughtworks.xstream.converters.reflection.ReflectionConverter.DuplicateFieldException.
 
ReflectionConverter.DuplicateFieldException(String) - Constructor for class com.thoughtworks.xstream.converters.reflection.ReflectionConverter.DuplicateFieldException
 
ReflectionProvider - interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider.
Provides core reflection services.
ReflectionProvider.Visitor - interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider.Visitor.
 
RegexPatternConverter - class com.thoughtworks.xstream.converters.extended.RegexPatternConverter.
Ensures java.util.regex.Pattern is compiled upon deserialization.
RegexPatternConverter(Converter) - Constructor for class com.thoughtworks.xstream.converters.extended.RegexPatternConverter
 
readItem(HierarchicalStreamReader, UnmarshallingContext, Object) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
reassignCurrentElement(Object) - Method in class com.thoughtworks.xstream.io.xml.AbstractTreeReader
 
reassignCurrentElement(Object) - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
reassignCurrentElement(Object) - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
reassignCurrentElement(Object) - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
reassignCurrentElement(Object) - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
reassignCurrentElement(Object) - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
registerConverter(Converter) - Method in class com.thoughtworks.xstream.XStream
 
registerMapping(QName, String) - Method in class com.thoughtworks.xstream.io.xml.QNameMap
Registers the mapping of the Java class name to the QName
registerMapping(QName, Class) - Method in class com.thoughtworks.xstream.io.xml.QNameMap
Registers the mapping of the type to the QName

S

SOURCE_OBJECT_LIST_PROPERTY - Static variable in class com.thoughtworks.xstream.io.xml.SaxWriter
The SAX property to configure the list of Java objects to serialize.
SaxWriter - class com.thoughtworks.xstream.io.xml.SaxWriter.
A SAX parser that acts as an XStream HierarchicalStreamWriter to enable direct generation of a SAX event flow from the XStream serialization of a list of list of Java objects.
SaxWriter(boolean) - Constructor for class com.thoughtworks.xstream.io.xml.SaxWriter
 
SaxWriter() - Constructor for class com.thoughtworks.xstream.io.xml.SaxWriter
 
SerializableConverter - class com.thoughtworks.xstream.converters.reflection.SerializableConverter.
Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND implement a custom readObject()/writeObject() method.
SerializableConverter(ClassMapper, ReflectionProvider) - Constructor for class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
SerializationMethodInvoker - class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.
Convenience wrapper to invoke special serialization methods on objects (and perform reflection caching).
SerializationMethodInvoker() - Constructor for class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
 
ShortConverter - class com.thoughtworks.xstream.converters.basic.ShortConverter.
Converts a short primitive or java.lang.Short wrapper to a String.
ShortConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.ShortConverter
 
SqlDateConverter - class com.thoughtworks.xstream.converters.extended.SqlDateConverter.
Converts a java.sql.Date to text.
SqlDateConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.SqlDateConverter
 
SqlTimeConverter - class com.thoughtworks.xstream.converters.extended.SqlTimeConverter.
Converts a java.sql.Time to text.
SqlTimeConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.SqlTimeConverter
 
SqlTimestampConverter - class com.thoughtworks.xstream.converters.extended.SqlTimestampConverter.
Converts a java.sql.Timestamp to text.
SqlTimestampConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.SqlTimestampConverter
 
StackTraceElementConverter - class com.thoughtworks.xstream.converters.extended.StackTraceElementConverter.
Converter for StackTraceElement (the lines of a stack trace) - JDK 1.4+ only.
StackTraceElementConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.StackTraceElementConverter
 
StackTraceElementFactory - class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory.
Factory for creating StackTraceElements.
StackTraceElementFactory() - Constructor for class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
 
StaxDriver - class com.thoughtworks.xstream.io.xml.StaxDriver.
A driver using the StAX API
StaxDriver() - Constructor for class com.thoughtworks.xstream.io.xml.StaxDriver
 
StaxDriver(QNameMap) - Constructor for class com.thoughtworks.xstream.io.xml.StaxDriver
 
StaxReader - class com.thoughtworks.xstream.io.xml.StaxReader.
A reader using the StAX API
StaxReader(QNameMap, XMLStreamReader) - Constructor for class com.thoughtworks.xstream.io.xml.StaxReader
 
StaxWriter - class com.thoughtworks.xstream.io.xml.StaxWriter.
A stream writing that outputs to a StAX stream writer
StaxWriter(QNameMap, XMLStreamWriter) - Constructor for class com.thoughtworks.xstream.io.xml.StaxWriter
 
StaxWriter(QNameMap, XMLStreamWriter, boolean) - Constructor for class com.thoughtworks.xstream.io.xml.StaxWriter
Allows a StaxWriter to be created for partial XML output
StreamException - exception com.thoughtworks.xstream.io.StreamException.
 
StreamException(Throwable) - Constructor for class com.thoughtworks.xstream.io.StreamException
 
StringBufferConverter - class com.thoughtworks.xstream.converters.basic.StringBufferConverter.
Converts the contents of a StringBuffer to XML.
StringBufferConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.StringBufferConverter
 
StringConverter - class com.thoughtworks.xstream.converters.basic.StringConverter.
Converts a String to a String ;).
StringConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.StringConverter
 
Sun14ReflectionProvider - class com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider.
Instantiates a new object on the Sun JVM by bypassing the constructor (meaning code in the constructor will never be executed and parameters do not have to be known).
Sun14ReflectionProvider() - Constructor for class com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider
 
serializableFieldsFor(Class) - Method in class com.thoughtworks.xstream.converters.reflection.FieldDictionary
 
setContentHandler(ContentHandler) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Allows an application to register a content event handler.
setDTDHandler(DTDHandler) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Allows an application to register a DTD event handler.
setDefaultNamespace(String) - Method in class com.thoughtworks.xstream.io.xml.QNameMap
 
setDefaultPrefix(String) - Method in class com.thoughtworks.xstream.io.xml.QNameMap
 
setEntityResolver(EntityResolver) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Allows an application to register an entity resolver.
setErrorHandler(ErrorHandler) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Allows an application to register an error event handler.
setFeature(String, boolean) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Sets the state of a feature.
setInputSource(InputSource) - Method in class com.thoughtworks.xstream.io.xml.TraxSource
Sets the SAX InputSource to be used for the Source.
setMarshallingStrategy(MarshallingStrategy) - Method in class com.thoughtworks.xstream.XStream
 
setMode(int) - Method in class com.thoughtworks.xstream.XStream
Change mode for dealing with duplicate references.
setProperty(String, Object) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Sets the value of a property.
setQnameMap(QNameMap) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
setRepairingNamespace(boolean) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
setSource(Object) - Method in class com.thoughtworks.xstream.io.xml.TraxSource
Sets the object to marshal.
setSourceAsList(List) - Method in class com.thoughtworks.xstream.io.xml.TraxSource
Sets the list of objects to marshal.
setValue(String) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.DomWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.JDomWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.XomWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.XppDomWriter
 
setXMLReader(XMLReader) - Method in class com.thoughtworks.xstream.io.xml.TraxSource
Set the XMLReader to be used for the Source.
setXStream(XStream) - Method in class com.thoughtworks.xstream.io.xml.TraxSource
Sets the XStream facade to use when marshalling objects.
startNode(String) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.DomWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.JDomWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.XomWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.XppDomWriter
 
supportsReadObject(Class, boolean) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
 
supportsWriteObject(Class, boolean) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
 

T

ThreadSafeSimpleDateFormat - class com.thoughtworks.xstream.converters.basic.ThreadSafeSimpleDateFormat.
Wrapper around java.text.SimpleDateFormat that can be called by multiple threads concurrently.
ThreadSafeSimpleDateFormat(String, int, int) - Constructor for class com.thoughtworks.xstream.converters.basic.ThreadSafeSimpleDateFormat
 
ThrowableConverter - class com.thoughtworks.xstream.converters.extended.ThrowableConverter.
Converter for Throwable (and Exception) that retains stack trace, for JDK1.4 only.
ThrowableConverter(Converter) - Constructor for class com.thoughtworks.xstream.converters.extended.ThrowableConverter
 
TraxSource - class com.thoughtworks.xstream.io.xml.TraxSource.
A JAXP TrAX Source that enables using XStream object serialization as direct input for XSLT processors without resorting to an intermediate representation such as text XML, DOM or DOM4J.
TraxSource() - Constructor for class com.thoughtworks.xstream.io.xml.TraxSource
Creates a XStream TrAX source.
TraxSource(Object) - Constructor for class com.thoughtworks.xstream.io.xml.TraxSource
Creates a XStream TrAX source, specifying the object to marshal.
TraxSource(Object, XStream) - Constructor for class com.thoughtworks.xstream.io.xml.TraxSource
Creates a XStream TrAX source, specifying the object to marshal and a configured (with aliases) XStream facade.
TraxSource(List) - Constructor for class com.thoughtworks.xstream.io.xml.TraxSource
Creates a XStream TrAX source, setting the objects to marshal.
TraxSource(List, XStream) - Constructor for class com.thoughtworks.xstream.io.xml.TraxSource
Creates a XStream TrAX source, setting the objects to marshal and a configured (with aliases) XStream facade.
TreeMapConverter - class com.thoughtworks.xstream.converters.collections.TreeMapConverter.
Converts a java.util.TreeMap to XML, and serializes the associated java.util.Comparator.
TreeMapConverter(ClassMapper, String) - Constructor for class com.thoughtworks.xstream.converters.collections.TreeMapConverter
 
TreeSetConverter - class com.thoughtworks.xstream.converters.collections.TreeSetConverter.
Converts a java.util.TreeSet to XML, and serializes the associated java.util.Comparator.
TreeSetConverter(ClassMapper, String) - Constructor for class com.thoughtworks.xstream.converters.collections.TreeSetConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.basic.DateConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.FileConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.ISO8601DateConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.JavaClassConverter
 
toXML(Object) - Method in class com.thoughtworks.xstream.XStream
Serialize an object to a pretty-printed XML String.
toXML(Object, Writer) - Method in class com.thoughtworks.xstream.XStream
Serialize an object to the given Writer as pretty-printed XML.
toXML(String) - Method in interface com.thoughtworks.xstream.alias.NameMapper
 

U

URLConverter - class com.thoughtworks.xstream.converters.basic.URLConverter.
Converts a java.net.URL to a string.
URLConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.URLConverter
 
UnmarshallingContext - interface com.thoughtworks.xstream.converters.UnmarshallingContext.
 
unknownSourceElement(String, String) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
 
unmarshal(Object, HierarchicalStreamReader, DataHolder, DefaultConverterLookup, ClassMapper) - Method in interface com.thoughtworks.xstream.MarshallingStrategy
 
unmarshal(HierarchicalStreamReader) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from a hierarchical data structure (such as XML).
unmarshal(HierarchicalStreamReader, Object) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from a hierarchical data structure (such as XML), populating the fields of the given root object instead of instantiating a new one.
unmarshal(HierarchicalStreamReader, Object, DataHolder) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from a hierarchical data structure (such as XML).
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in interface com.thoughtworks.xstream.converters.Converter
Convert textual data back into an object.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.basic.CharConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.basic.NullConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.ArrayConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.BitSetConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.CharArrayConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.MapConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.PropertiesConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.TreeMapConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.TreeSetConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ColorConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.DynamicProxyConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.FontConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.JavaMethodConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.RegexPatternConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ThrowableConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.ExternalizableConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 

V

validateFieldAccess(Field) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
validateFieldAccess(Field) - Method in class com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider
 
visit(String, Class, Class, Object) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider.Visitor
 
visitSerializableFields(Object, ReflectionProvider.Visitor) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
visitSerializableFields(Object, ReflectionProvider.Visitor) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider
 

W

writeField(Object, String, Object, Class) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
writeField(Object, String, Object, Class) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider
 
writeField(Object, String, Object, Class) - Method in class com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider
 
writeItem(Object, MarshallingContext, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 

X

XPATH_REFERENCES - Static variable in class com.thoughtworks.xstream.XStream
 
XSTREAM_FEATURE - Static variable in class com.thoughtworks.xstream.io.xml.TraxSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer natively supports XStream.
XStream - class com.thoughtworks.xstream.XStream.
Simple facade to XStream library, a Java-XML serialization tool.
XStream() - Constructor for class com.thoughtworks.xstream.XStream
 
XStream(Converter) - Constructor for class com.thoughtworks.xstream.XStream
 
XStream(HierarchicalStreamDriver) - Constructor for class com.thoughtworks.xstream.XStream
 
XStream(ReflectionProvider) - Constructor for class com.thoughtworks.xstream.XStream
 
XStream(ReflectionProvider, HierarchicalStreamDriver) - Constructor for class com.thoughtworks.xstream.XStream
 
XStream(ReflectionProvider, ClassMapper, HierarchicalStreamDriver) - Constructor for class com.thoughtworks.xstream.XStream
 
XStream(ReflectionProvider, ClassMapper, HierarchicalStreamDriver, String) - Constructor for class com.thoughtworks.xstream.XStream
 
XStream(ReflectionProvider, ClassMapper, HierarchicalStreamDriver, String, Converter) - Constructor for class com.thoughtworks.xstream.XStream
 
XomReader - class com.thoughtworks.xstream.io.xml.XomReader.
 
XomReader(Element) - Constructor for class com.thoughtworks.xstream.io.xml.XomReader
 
XomReader(Document) - Constructor for class com.thoughtworks.xstream.io.xml.XomReader
 
XomWriter - class com.thoughtworks.xstream.io.xml.XomWriter.
 
XomWriter(Element) - Constructor for class com.thoughtworks.xstream.io.xml.XomWriter
 
XppDomDriver - class com.thoughtworks.xstream.io.xml.XppDomDriver.
 
XppDomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.XppDomDriver
 
XppDomReader - class com.thoughtworks.xstream.io.xml.XppDomReader.
 
XppDomReader(Xpp3Dom) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomReader
 
XppDomWriter - class com.thoughtworks.xstream.io.xml.XppDomWriter.
 
XppDomWriter() - Constructor for class com.thoughtworks.xstream.io.xml.XppDomWriter
 
XppDriver - class com.thoughtworks.xstream.io.xml.XppDriver.
 
XppDriver() - Constructor for class com.thoughtworks.xstream.io.xml.XppDriver
 
XppReader - class com.thoughtworks.xstream.io.xml.XppReader.
 
XppReader(Reader) - Constructor for class com.thoughtworks.xstream.io.xml.XppReader
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Joe Walnes, http://xstream.codehaus.org/