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

A

AbstractAttributedCharacterIteratorAttributeConverter - Class in com.thoughtworks.xstream.converters.reflection
An abstract converter implementation for constants of AttributedCharacterIterator.Attribute and derived types.
AbstractAttributedCharacterIteratorAttributeConverter(Class) - Constructor for class com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
 
AbstractBasicConverter - Class in com.thoughtworks.xstream.converters.basic
Deprecated. Since 1.2 use AbstractSingleValueConverter
AbstractBasicConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
Deprecated.  
AbstractCollectionConverter - Class in com.thoughtworks.xstream.converters.collections
Base helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc).
AbstractCollectionConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
AbstractDocumentReader - Class in com.thoughtworks.xstream.io.xml
 
AbstractDocumentReader(Object) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
AbstractDocumentReader(Object, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
AbstractDocumentWriter - Class in com.thoughtworks.xstream.io.xml
A generic HierarchicalStreamWriter for DOM writer implementations.
AbstractDocumentWriter(Object, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
Constructs an AbstractDocumentWriter.
AbstractPullReader - Class in com.thoughtworks.xstream.io.xml
Base class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.
AbstractPullReader(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
AbstractReflectionConverter - Class in com.thoughtworks.xstream.converters.reflection
 
AbstractReflectionConverter(Mapper, ReflectionProvider) - Constructor for class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
AbstractReflectionConverter.DuplicateFieldException - Exception in com.thoughtworks.xstream.converters.reflection
 
AbstractReflectionConverter.DuplicateFieldException(String) - Constructor for exception com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.DuplicateFieldException
 
AbstractSingleValueConverter - Class in com.thoughtworks.xstream.converters.basic
Base abstract implementation of SingleValueConverter.
AbstractSingleValueConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
 
AbstractXmlDriver - Class in com.thoughtworks.xstream.io.xml
Base class for HierarchicalStreamDrivers to use xml-based HierarchicalStreamReader and HierarchicalStreamWriter.
AbstractXmlDriver() - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
Creates a AbstractXmlFriendlyDriver with default XmlFriendlyReplacer
AbstractXmlDriver(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
Creates a AbstractXmlFriendlyDriver with custom XmlFriendlyReplacer
AbstractXmlFriendlyMapper - Class in com.thoughtworks.xstream.mapper
Mapper that ensures that all names in the serialization stream are XML friendly.
AbstractXmlFriendlyMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper
 
AbstractXmlReader - Class in com.thoughtworks.xstream.io.xml
Abstract base implementation of HierarchicalStreamReader that provides common functionality to all XML-based readers.
AbstractXmlReader() - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlReader
 
AbstractXmlReader(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlReader
 
AbstractXmlWriter - Class in com.thoughtworks.xstream.io.xml
Abstract base implementation of HierarchicalStreamWriter that provides common functionality to all XML-based writers.
AbstractXmlWriter() - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlWriter
 
AbstractXmlWriter(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlWriter
 
add(String, String) - Method in exception com.thoughtworks.xstream.converters.ConversionException
 
add(String, String) - Method in interface com.thoughtworks.xstream.converters.ErrorWriter
Add some information to the error message.
add(Class, String, Class) - Method in class com.thoughtworks.xstream.mapper.ImplicitCollectionMapper
 
add(Class, String, String, Class) - Method in class com.thoughtworks.xstream.mapper.ImplicitCollectionMapper
 
add(int, Object) - Method in class com.thoughtworks.xstream.persistence.XmlArrayList
 
add(Object) - Method in class com.thoughtworks.xstream.persistence.XmlSet
 
addAliasFor(String, String) - Method in class com.thoughtworks.xstream.mapper.AttributeAliasingMapper
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamWriter
 
addAttribute(String, String) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.StatefulWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.WriterWrapper
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
addAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
 
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
 
addAttributeFor(String, Class) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
 
addAttributeFor(Class) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
 
addAttributeFor(Field) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
Tells this mapper to use an attribute for this field.
addAttributeFor(Class, String) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
Tells this mapper to use an attribute for this field.
addClassAlias(String, Class) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
addClassAttributeAlias(String, Class) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
Deprecated. since 1.3, method was a leftover of an old implementation
addCompletionCallback(Runnable, int) - Method in interface com.thoughtworks.xstream.converters.UnmarshallingContext
 
addDefaultImplementation(Class, Class) - Method in class com.thoughtworks.xstream.mapper.DefaultImplementationsMapper
 
addDefaultImplementation(Class, Class) - Method in class com.thoughtworks.xstream.XStream
Associate a default implementation of a class with an object.
addDefaults() - Method in class com.thoughtworks.xstream.mapper.DefaultImplementationsMapper
 
addFieldAlias(String, Class, String) - Method in class com.thoughtworks.xstream.mapper.FieldAliasingMapper
 
addImmutableType(Class) - Method in class com.thoughtworks.xstream.mapper.ImmutableTypesMapper
 
addImmutableType(Class) - Method in class com.thoughtworks.xstream.XStream
Add immutable types.
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.
addTypeAlias(String, Class) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
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.
aliasAttribute(String, String) - Method in class com.thoughtworks.xstream.XStream
Create an alias for an attribute
aliasAttribute(Class, String, String) - Method in class com.thoughtworks.xstream.XStream
Create an alias for an attribute.
aliasField(String, Class, String) - Method in class com.thoughtworks.xstream.XStream
Create an alias for a field name.
aliasForAttribute(String) - Method in class com.thoughtworks.xstream.mapper.AttributeAliasingMapper
 
aliasForAttribute(String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
aliasForAttribute(Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
Deprecated. since 1.3, use combination of DefaultMapper.serializedMember(Class, String) and DefaultMapper.getConverterFromItemType(String, Class, Class)
aliasForAttribute(String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Get the alias for an attrbute's name.
aliasForAttribute(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Deprecated. since 1.3, use combination of Mapper.serializedMember(Class, String) and Mapper.getConverterFromItemType(String, Class, Class)
aliasForAttribute(String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
aliasForAttribute(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
Deprecated. since 1.3, use combination of MapperWrapper.serializedMember(Class, String) and MapperWrapper.getConverterFromItemType(String, Class, Class)
aliasIsAttribute(String) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
aliasToFieldMap - Variable in class com.thoughtworks.xstream.mapper.FieldAliasingMapper
 
aliasType(String, Class) - Method in class com.thoughtworks.xstream.XStream
Alias a type to a shorter name to be used in XML elements.
AnnotationConfiguration - Interface in com.thoughtworks.xstream.mapper
An interface for the configuration part of the AnnotationMapper.
AnnotationMapper - Class in com.thoughtworks.xstream.mapper
A mapper that uses annotations to prepare the remaining mappers in the chain.
AnnotationMapper(Mapper, ConverterRegistry, ClassLoader, ReflectionProvider, JVM) - Constructor for class com.thoughtworks.xstream.mapper.AnnotationMapper
Construct an AnnotationMapper.
AnnotationProvider - Class in com.thoughtworks.xstream.annotations
Deprecated. since 1.3
AnnotationProvider() - Constructor for class com.thoughtworks.xstream.annotations.AnnotationProvider
Deprecated.  
AnnotationReflectionConverter - Class in com.thoughtworks.xstream.annotations
Deprecated. since 1.3, build into ReflectionConverter
AnnotationReflectionConverter(Mapper, ReflectionProvider, AnnotationProvider) - Constructor for class com.thoughtworks.xstream.annotations.AnnotationReflectionConverter
Deprecated. 
Annotations - Class in com.thoughtworks.xstream.annotations
Deprecated. since 1.3, use XStream.processAnnotations(Class[])
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
appendErrors(ErrorWriter) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
If any errors are detected, allow the reader to add any additional information that can aid debugging (such as line numbers, XPath expressions, etc).
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.io.path.PathTrackingReader
 
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
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
 
apply(Path) - Method in class com.thoughtworks.xstream.io.path.Path
 
ArrayConverter - Class in com.thoughtworks.xstream.converters.collections
Converts an array of objects or primitives to XML, using a nested child element for each item.
ArrayConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.collections.ArrayConverter
 
ArrayMapper - Class in com.thoughtworks.xstream.mapper
Mapper that detects arrays and changes the name so it can identified as an array (for example Foo[] gets serialized as foo-array).
ArrayMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.ArrayMapper
 
ArrayMapper(ClassMapper) - Constructor for class com.thoughtworks.xstream.mapper.ArrayMapper
Deprecated. As of 1.2, use ArrayMapper.ArrayMapper(Mapper)
AttributeAliasingMapper - Class in com.thoughtworks.xstream.mapper
Mapper that allows aliasing of attribute names.
AttributeAliasingMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.AttributeAliasingMapper
 
attributeForAlias(String) - Method in class com.thoughtworks.xstream.mapper.AttributeAliasingMapper
 
attributeForAlias(String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
attributeForAlias(Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
Deprecated. since 1.3, use combination of DefaultMapper.realMember(Class, String) and DefaultMapper.getConverterFromItemType(String, Class, Class)
attributeForAlias(String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Get the attribut's name for an alias.
attributeForAlias(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Deprecated. since 1.3, use combination of Mapper.realMember(Class, String) and Mapper.getConverterFromItemType(String, Class, Class)
attributeForAlias(String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
attributeForAlias(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
Deprecated. since 1.3, use combination of MapperWrapper.realMember(Class, String) and MapperWrapper.getConverterFromItemType(String, Class, Class)
attributeForClassDefiningField() - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForClassDefiningField() - Method in interface com.thoughtworks.xstream.mapper.Mapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForClassDefiningField() - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForEnumType() - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForEnumType() - Method in interface com.thoughtworks.xstream.mapper.Mapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForEnumType() - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForImplementationClass() - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForImplementationClass() - Method in interface com.thoughtworks.xstream.mapper.Mapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForImplementationClass() - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForReadResolveField() - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForReadResolveField() - Method in interface com.thoughtworks.xstream.mapper.Mapper
Deprecated. since 1.2, use aliasForAttribute instead.
attributeForReadResolveField() - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
Deprecated. since 1.2, use aliasForAttribute instead.
AttributeMapper - Class in com.thoughtworks.xstream.mapper
Mapper that allows the usage of attributes for fields and corresponding types or specified arbitrary types.
AttributeMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.AttributeMapper
Deprecated. since 1.3
AttributeMapper(Mapper, ConverterLookup) - Constructor for class com.thoughtworks.xstream.mapper.AttributeMapper
 
AttributeNameIterator - Class in com.thoughtworks.xstream.io
Provide an iterator over the attribute names of the current node of a reader.
AttributeNameIterator(HierarchicalStreamReader) - Constructor for class com.thoughtworks.xstream.io.AttributeNameIterator
 
autodetectAnnotations(boolean) - Method in interface com.thoughtworks.xstream.mapper.AnnotationConfiguration
 
autodetectAnnotations(boolean) - Method in class com.thoughtworks.xstream.mapper.AnnotationMapper
 
autodetectAnnotations(boolean) - Method in class com.thoughtworks.xstream.XStream
Set the auto-detection mode of the AnnotationMapper.

B

BeanProperty - Class in com.thoughtworks.xstream.converters.javabean
Provide access to a bean property.
BeanProperty(Class, String, Class) - Constructor for class com.thoughtworks.xstream.converters.javabean.BeanProperty
Creates a new BeanPropertythat gets the specified property from the specified class.
BeanProvider - Class in com.thoughtworks.xstream.converters.javabean
 
BeanProvider() - Constructor for class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
BeanProvider(Comparator) - Constructor for class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
BigDecimalConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a java.math.BigDecimal to a String, retaining its precision.
BigDecimalConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.BigDecimalConverter
 
BigIntegerConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a java.math.BigInteger to a String.
BigIntegerConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.BigIntegerConverter
 
BINARY - Static variable in class com.thoughtworks.xstream.converters.basic.BooleanConverter
 
BinaryStreamReader - Class in com.thoughtworks.xstream.io.binary
A HierarchicalStreamReader that reads from a binary stream created by BinaryStreamWriter.
BinaryStreamReader(InputStream) - Constructor for class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
BinaryStreamWriter - Class in com.thoughtworks.xstream.io.binary
 
BinaryStreamWriter(OutputStream) - Constructor for class com.thoughtworks.xstream.io.binary.BinaryStreamWriter
 
BitSetConverter - Class in com.thoughtworks.xstream.converters.collections
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 in com.thoughtworks.xstream.converters.basic
Converts a boolean primitive or java.lang.Boolean wrapper to a String.
BooleanConverter(String, String, boolean) - Constructor for class com.thoughtworks.xstream.converters.basic.BooleanConverter
 
BooleanConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.BooleanConverter
 
ByteConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a byte primitive or java.lang.Byte wrapper to a String.
ByteConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.ByteConverter
 

C

CachingMapper - Class in com.thoughtworks.xstream.mapper
Mapper that caches which names map to which classes.
CachingMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.CachingMapper
 
CachingMapper(ClassMapper) - Constructor for class com.thoughtworks.xstream.mapper.CachingMapper
Deprecated. As of 1.2, use CachingMapper.CachingMapper(Mapper)
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 class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
Deprecated.  
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
 
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.StringBuilderConverter
 
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.basic.UUIDConverter
 
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 interface com.thoughtworks.xstream.converters.ConverterMatcher
Determines whether the converter can marshall a particular type.
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.enums.EnumConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.enums.EnumMapConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.enums.EnumSetConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.enums.EnumSingleValueConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.CharsetConverter
 
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.DurationConverter
 
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.ISO8601GregorianCalendarConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.ISO8601SqlTimestampConverter
 
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.LookAndFeelConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.PropertyEditorCapableConverter
 
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.SubjectConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.ThrowableConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.ToStringConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
Only checks for the availability of a public default constructor.
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter
 
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.SelfStreamingInstanceChecker
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.SingleValueConverterWrapper
 
canInstantiate(Class) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
Returns true if the Bean provider can instantiate the specified class
CannotResolveClassException - Exception in com.thoughtworks.xstream.alias
Deprecated. As of 1.2, use CannotResolveClassException instead
CannotResolveClassException(String) - Constructor for exception com.thoughtworks.xstream.alias.CannotResolveClassException
Deprecated. As of 1.2
CannotResolveClassException - Exception in com.thoughtworks.xstream.mapper
Exception thrown if a mapper cannot locate the appropriate class for an element.
CannotResolveClassException(String) - Constructor for exception com.thoughtworks.xstream.mapper.CannotResolveClassException
 
canStreamProperty(PropertyDescriptor) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
CGLIBEnhancedConverter - Class in com.thoughtworks.xstream.converters.reflection
Converts a proxy created by the CGLIB Enhancer.
CGLIBEnhancedConverter(Mapper, ReflectionProvider) - Constructor for class com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter
 
CGLIBMapper - Class in com.thoughtworks.xstream.mapper
Mapper that detects proxies generated by the CGLIB enhancer.
CGLIBMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.CGLIBMapper
 
CGLIBMapper(Mapper, String) - Constructor for class com.thoughtworks.xstream.mapper.CGLIBMapper
 
CGLIBMapper.Marker - Interface in com.thoughtworks.xstream.mapper
 
CharArrayConverter - Class in com.thoughtworks.xstream.converters.collections
Converts a char[] to XML, storing the contents as a single String.
CharArrayConverter() - Constructor for class com.thoughtworks.xstream.converters.collections.CharArrayConverter
 
CharConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a char primitive or java.lang.Character wrapper to a String.
CharConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.CharConverter
 
CharsetConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a java.nio.charset.Carset to a string.
CharsetConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.CharsetConverter
 
ClassAliasingMapper - Class in com.thoughtworks.xstream.mapper
Mapper that allows a fully qualified class name to be replaced with a shorter alias.
ClassAliasingMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
ClassAliasingMapper(ClassMapper) - Constructor for class com.thoughtworks.xstream.mapper.ClassAliasingMapper
Deprecated. since 1.2, use ClassAliasingMapper.ClassAliasingMapper(Mapper)
ClassMapper - Interface in com.thoughtworks.xstream.alias
Deprecated. As of 1.2, use Mapper
ClassMapper.Null - Class in com.thoughtworks.xstream.alias
Deprecated. As of 1.2, use ClassMapper.Null
ClassMapper.Null() - Constructor for class com.thoughtworks.xstream.alias.ClassMapper.Null
Deprecated.  
classToName - Variable in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
clazz - Variable in class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter.Node
 
close() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
close() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamWriter
 
close() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Close the reader, if necessary.
close() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
Close the writer, if necessary.
close() - Method in class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter
 
close() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
close() - Method in class com.thoughtworks.xstream.io.StatefulWriter
 
close() - Method in class com.thoughtworks.xstream.io.WriterWrapper
 
close() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
close() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
 
close() - Method in class com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
 
close() - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
close() - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
 
close() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
close() - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
Call this method when you're finished with me
close() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
CollectionConverter - Class in com.thoughtworks.xstream.converters.collections
Converts most common Collections (Lists and Sets) to XML, specifying a nested element for each item.
CollectionConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
ColorConverter - Class in com.thoughtworks.xstream.converters.extended
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
 
com.thoughtworks.xstream - package com.thoughtworks.xstream
 
com.thoughtworks.xstream.alias - package com.thoughtworks.xstream.alias
 
com.thoughtworks.xstream.annotations - package com.thoughtworks.xstream.annotations
 
com.thoughtworks.xstream.converters - package com.thoughtworks.xstream.converters
 
com.thoughtworks.xstream.converters.basic - package com.thoughtworks.xstream.converters.basic
Converters for common basic types in Java.
com.thoughtworks.xstream.converters.collections - package com.thoughtworks.xstream.converters.collections
Converters for collection objects that write their items as nested elements, such as arrays, Lists, Sets and Maps.
com.thoughtworks.xstream.converters.enums - package com.thoughtworks.xstream.converters.enums
 
com.thoughtworks.xstream.converters.extended - package com.thoughtworks.xstream.converters.extended
Extra converters that may not be enabled in XStream by default.
com.thoughtworks.xstream.converters.javabean - package com.thoughtworks.xstream.converters.javabean
 
com.thoughtworks.xstream.converters.reflection - package com.thoughtworks.xstream.converters.reflection
 
com.thoughtworks.xstream.io - package com.thoughtworks.xstream.io
 
com.thoughtworks.xstream.io.binary - package com.thoughtworks.xstream.io.binary
 
com.thoughtworks.xstream.io.copy - package com.thoughtworks.xstream.io.copy
 
com.thoughtworks.xstream.io.json - package com.thoughtworks.xstream.io.json
 
com.thoughtworks.xstream.io.path - package com.thoughtworks.xstream.io.path
Library for tracking paths of nodes in documents using a subset of XPath.
com.thoughtworks.xstream.io.xml - package com.thoughtworks.xstream.io.xml
 
com.thoughtworks.xstream.mapper - package com.thoughtworks.xstream.mapper
 
com.thoughtworks.xstream.persistence - package com.thoughtworks.xstream.persistence
 
COMMENT - Static variable in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
CompactWriter - Class in com.thoughtworks.xstream.io.xml
 
CompactWriter(Writer) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
 
CompactWriter(Writer, int) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
 
CompactWriter(Writer, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
 
CompactWriter(Writer, int, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
 
configureAliases(XStream, Class<?>...) - Static method in class com.thoughtworks.xstream.annotations.Annotations
Deprecated. since 1.3, use XStream.processAnnotations(Class[])
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.
containsKey(Object) - Method in class com.thoughtworks.xstream.persistence.FileStreamStrategy
 
ConversionException - Exception in com.thoughtworks.xstream.converters
Thrown by Converter implementations when they cannot convert an object to/from textual data.
ConversionException(String, Throwable) - Constructor for exception com.thoughtworks.xstream.converters.ConversionException
 
ConversionException(String) - Constructor for exception com.thoughtworks.xstream.converters.ConversionException
 
ConversionException(Throwable) - Constructor for exception com.thoughtworks.xstream.converters.ConversionException
 
convertAnother(Object) - Method in interface com.thoughtworks.xstream.converters.MarshallingContext
Converts another object searching for the default converter
convertAnother(Object, Converter) - Method in interface com.thoughtworks.xstream.converters.MarshallingContext
Converts another object using the specified converter
convertAnother(Object, Class) - Method in interface com.thoughtworks.xstream.converters.UnmarshallingContext
 
convertAnother(Object, Class, Converter) - Method in interface com.thoughtworks.xstream.converters.UnmarshallingContext
 
Converter - Interface in com.thoughtworks.xstream.converters
Converter implementations are responsible marshalling Java objects to/from textual data.
ConverterLookup - Interface in com.thoughtworks.xstream.converters
Responsible for looking up the correct Converter implementation for a specific type.
ConverterMatcher - Interface in com.thoughtworks.xstream.converters
ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.
ConverterRegistry - Interface in com.thoughtworks.xstream.converters
An interface for the converter management.
copy(HierarchicalStreamReader, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.io.copy.HierarchicalStreamCopier
 
createCollection(Class) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
createNode(String) - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
Create a node.
createNode(String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
createNode(String) - Method in class com.thoughtworks.xstream.io.xml.DomWriter
 
createNode(String) - Method in class com.thoughtworks.xstream.io.xml.JDomWriter
 
createNode(String) - Method in class com.thoughtworks.xstream.io.xml.XomWriter
 
createNode(String) - Method in class com.thoughtworks.xstream.io.xml.XppDomWriter
 
createObjectInputStream(Reader) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectInputStream that deserializes a stream of objects from a reader using XStream.
createObjectInputStream(InputStream) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectInputStream that deserializes a stream of objects from an InputStream 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(OutputStream) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectOutputStream that serializes a stream of objects to the OutputStream using XStream.
createObjectOutputStream(OutputStream, String) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectOutputStream that serializes a stream of objects to the OutputStream 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(InputStream) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createParser(