Skip navigation links
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 Z 

A

ABSOLUTE - Static variable in class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
 
AbstractAttributeAliasingMapper - Class in com.thoughtworks.xstream.mapper
Abstract base class for AttributeAliassingMapper and its system version.
AbstractAttributeAliasingMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
 
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
 
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, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
AbstractDocumentReader(Object, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
Deprecated.
AbstractDocumentWriter - Class in com.thoughtworks.xstream.io.xml
A generic HierarchicalStreamWriter for DOM writer implementations.
AbstractDocumentWriter(Object, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
Constructs an AbstractDocumentWriter.
AbstractDocumentWriter(Object, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
Deprecated.
AbstractDriver - Class in com.thoughtworks.xstream.io
Abstract base class for all HierarchicalStreamDriver implementations.
AbstractDriver() - Constructor for class com.thoughtworks.xstream.io.AbstractDriver
Creates an AbstractDriver with a NameCoder that does nothing.
AbstractDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.AbstractDriver
Creates an AbstractDriver with a provided NameCoder.
AbstractFilePersistenceStrategy - Class in com.thoughtworks.xstream.persistence
Abstract base class for file based persistence strategies.
AbstractFilePersistenceStrategy(File, XStream, String) - Constructor for class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
 
AbstractFilePersistenceStrategy.ValidFilenameFilter - Class in com.thoughtworks.xstream.persistence
 
AbstractFilePersistenceStrategy.XmlMapEntriesIterator - Class in com.thoughtworks.xstream.persistence
 
AbstractJsonWriter - Class in com.thoughtworks.xstream.io.json
An abstract implementation of a writer that calls abstract methods to build JSON structures.
AbstractJsonWriter() - Constructor for class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Construct a JSON writer.
AbstractJsonWriter(int) - Constructor for class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Construct a JSON writer with a special mode.
AbstractJsonWriter(NameCoder) - Constructor for class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Construct a JSON writer with a special name coder.
AbstractJsonWriter(int, NameCoder) - Constructor for class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Construct a JSON writer with a special mode and name coder.
AbstractJsonWriter.Type - Class in com.thoughtworks.xstream.io.json
 
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(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
AbstractPullReader(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractPullReader
Deprecated.
As of 1.4 use AbstractPullReader(NameCoder) instead
AbstractReader - Class in com.thoughtworks.xstream.io
Abstract base class for all HierarchicalStreamReader implementations.
AbstractReader() - Constructor for class com.thoughtworks.xstream.io.AbstractReader
Creates an AbstractReader with a NameCoder that does nothing.
AbstractReader(NameCoder) - Constructor for class com.thoughtworks.xstream.io.AbstractReader
Creates an AbstractReader with a provided NameCoder.
AbstractReferenceMarshaller - Class in com.thoughtworks.xstream.core
Abstract base class for a TreeMarshaller, that can build references.
AbstractReferenceMarshaller(HierarchicalStreamWriter, ConverterLookup, Mapper) - Constructor for class com.thoughtworks.xstream.core.AbstractReferenceMarshaller
 
AbstractReferenceMarshaller.ReferencedImplicitElementException - Exception in com.thoughtworks.xstream.core
 
AbstractReferenceUnmarshaller - Class in com.thoughtworks.xstream.core
Abstract base class for a TreeUnmarshaller, that resolves references.
AbstractReferenceUnmarshaller(Object, HierarchicalStreamReader, ConverterLookup, Mapper) - Constructor for class com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller
 
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.UnknownFieldException - Exception in com.thoughtworks.xstream.converters.reflection
 
AbstractSecurityException - Exception in com.thoughtworks.xstream.security
General base class for a Security Exception in XStream.
AbstractSecurityException(String) - Constructor for exception com.thoughtworks.xstream.security.AbstractSecurityException
Constructs a SecurityException.
AbstractSingleValueConverter - Class in com.thoughtworks.xstream.converters.basic
Base abstract implementation of SingleValueConverter.
AbstractSingleValueConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
 
AbstractTreeMarshallingStrategy - Class in com.thoughtworks.xstream.core
Basic functionality of a tree based marshalling strategy.
AbstractTreeMarshallingStrategy() - Constructor for class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
 
AbstractWriter - Class in com.thoughtworks.xstream.io
Abstract base class for all HierarchicalStreamWriter implementations.
AbstractWriter() - Constructor for class com.thoughtworks.xstream.io.AbstractWriter
Creates an AbstractWriter with a NameCoder that does nothing.
AbstractWriter(NameCoder) - Constructor for class com.thoughtworks.xstream.io.AbstractWriter
Creates an AbstractWriter with a provided NameCoder.
AbstractXmlDriver - Class in com.thoughtworks.xstream.io.xml
Deprecated.
As of 1.4
AbstractXmlDriver() - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
Deprecated.
As of 1.4
AbstractXmlDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
Deprecated.
Creates a AbstractXmlFriendlyDriver with default XmlFriendlyReplacer
AbstractXmlDriver(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
Deprecated.
As of 1.4
AbstractXmlFriendlyMapper - Class in com.thoughtworks.xstream.mapper
Deprecated.
As of 1.4 use XmlFriendlyReader
AbstractXmlFriendlyMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper
Deprecated.
 
AbstractXmlReader - Class in com.thoughtworks.xstream.io.xml
Deprecated.
As of 1.4, use AbstractReader instead.
AbstractXmlReader() - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlReader
Deprecated.
 
AbstractXmlReader(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlReader
Deprecated.
As of 1.4, use AbstractReader instead.
AbstractXmlReader(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlReader
Deprecated.
 
AbstractXmlWriter - Class in com.thoughtworks.xstream.io.xml
Deprecated.
As of 1.4 use AbstractWriter instead
AbstractXmlWriter() - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlWriter
Deprecated.
 
AbstractXmlWriter(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlWriter
Deprecated.
As of 1.4
AbstractXmlWriter(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXmlWriter
Deprecated.
 
AbstractXppDomDriver - Class in com.thoughtworks.xstream.io.xml
An abstract base class for a driver using an XPP DOM implementation.
AbstractXppDomDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXppDomDriver
Construct an AbstractXppDomDriver.
AbstractXppDriver - Class in com.thoughtworks.xstream.io.xml
An abstract base class for a driver using an XPP implementation.
AbstractXppDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.AbstractXppDriver
Construct an AbstractXppDriver.
accept(File, String) - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy.ValidFilenameFilter
 
ActivationDataFlavorConverter - Class in com.thoughtworks.xstream.converters.extended
Converts an ActivationDataFlavor.
ActivationDataFlavorConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.ActivationDataFlavorConverter
 
add(String, String) - Method in interface com.thoughtworks.xstream.converters.ErrorWriter
Add some information to the error message.
add(String, String) - Method in exception com.thoughtworks.xstream.converters.ErrorWritingException
 
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(Class, String, String, Class, String) - 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.AbstractAttributeAliasingMapper
 
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.AbstractJsonWriter
 
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.JDom2Writer
 
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.
addChild(XppDom) - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
addClassAlias(String, Class) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
addClassAttributeAlias(String, Class) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
Deprecated.
As of 1.3, method was a leftover of an old implementation
addCompletionCallback(Runnable, int) - Method in interface com.thoughtworks.xstream.converters.UnmarshallingContext
 
addCompletionCallback(Runnable, int) - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
addCurrentElementToCollection(HierarchicalStreamReader, UnmarshallingContext, Collection, Collection) - Method in class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
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
 
addElementsToIgnore(Pattern) - Method in class com.thoughtworks.xstream.mapper.ElementIgnoringMapper
 
addFieldAlias(String, Class, String) - Method in class com.thoughtworks.xstream.mapper.FieldAliasingMapper
 
addFieldsToIgnore(Pattern) - Method in class com.thoughtworks.xstream.mapper.FieldAliasingMapper
addImmutableType(Class) - Method in class com.thoughtworks.xstream.mapper.ImmutableTypesMapper
addImmutableType(Class, boolean) - Method in class com.thoughtworks.xstream.mapper.ImmutableTypesMapper
Declare a type as immutable.
addImmutableType(Class) - Method in class com.thoughtworks.xstream.XStream
Deprecated.
addImmutableType(Class, boolean) - Method in class com.thoughtworks.xstream.XStream
Add immutable types.
addImplicitArray(Class, String) - Method in class com.thoughtworks.xstream.XStream
Adds an implicit array.
addImplicitArray(Class, String, Class) - Method in class com.thoughtworks.xstream.XStream
Adds an implicit array which is used for all items of the given itemType when the array type matches.
addImplicitArray(Class, String, String) - Method in class com.thoughtworks.xstream.XStream
Adds an implicit array which is used for all items of the given element name defined by itemName.
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.
addImplicitMap(Class, String, Class, String) - Method in class com.thoughtworks.xstream.XStream
Adds an implicit map.
addImplicitMap(Class, String, String, Class, String) - Method in class com.thoughtworks.xstream.XStream
Adds an implicit map.
addLabel(String) - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Add a label to a JSON object.
addLabel(String) - Method in class com.thoughtworks.xstream.io.json.JsonWriter
Add a label to a JSON object.
addPackageAlias(String, String) - Method in class com.thoughtworks.xstream.mapper.PackageAliasingMapper
 
addPermission(TypePermission) - Method in class com.thoughtworks.xstream.mapper.SecurityMapper
Add a new permission.
addPermission(TypePermission) - Method in class com.thoughtworks.xstream.XStream
Add a new security permission.
addTypeAlias(String, Class) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
addValue(String, AbstractJsonWriter.Type) - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Add a value to a JSON object's label or to an array.
addValue(String, AbstractJsonWriter.Type) - Method in class com.thoughtworks.xstream.io.json.JsonWriter
Add a value to a JSON object's label or to an array.
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
aliasForAttribute(String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Get the alias for an attribute's name.
aliasForAttribute(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
aliasForAttribute(String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
aliasForAttribute(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
aliasForSystemAttribute(String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
aliasForSystemAttribute(String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Get the alias for a system attribute's name.
aliasForSystemAttribute(String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
aliasForSystemAttribute(String) - Method in class com.thoughtworks.xstream.mapper.SystemAttributeAliasingMapper
 
aliasIsAttribute(String) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
Deprecated.
As of 1.4.9
aliasPackage(String, String) - Method in class com.thoughtworks.xstream.XStream
Alias a package to a shorter name to be used in XML elements.
aliasSystemAttribute(String, String) - Method in class com.thoughtworks.xstream.XStream
Create an alias for a system attribute.
aliasToFieldMap - Variable in class com.thoughtworks.xstream.mapper.FieldAliasingMapper
 
aliasToName - Variable in class com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
 
aliasType(String, Class) - Method in class com.thoughtworks.xstream.XStream
Alias a type to a shorter name to be used in XML elements.
allows(Class) - Method in class com.thoughtworks.xstream.security.AnyTypePermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.ArrayTypePermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.CGLIBProxyTypePermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.ExplicitTypePermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.InterfaceTypePermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.NoPermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.NoTypePermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.NullPermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.PrimitiveTypePermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.ProxyTypePermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.RegExpTypePermission
 
allows(Class) - Method in class com.thoughtworks.xstream.security.TypeHierarchyPermission
 
allows(Class) - Method in interface com.thoughtworks.xstream.security.TypePermission
Check permission for a provided type.
allowTypeHierarchy(Class) - Method in class com.thoughtworks.xstream.XStream
Add security permission for a type hierarchy.
allowTypes(String[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission for explicit types by name.
allowTypes(Class[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission for explicit types.
allowTypesByRegExp(String[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission for types matching one of the specified regular expressions.
allowTypesByRegExp(Pattern[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission for types matching one of the specified regular expressions.
allowTypesByWildcard(String[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission for types matching one of the specified wildcard patterns.
AnnotationConfiguration - Interface in com.thoughtworks.xstream.mapper
Deprecated.
As of 1.4.5, minimal JDK version will be 1.7 for next major release
AnnotationMapper - Class in com.thoughtworks.xstream.mapper
A mapper that uses annotations to prepare the remaining mappers in the chain.
AnnotationMapper(Mapper, ConverterRegistry, ConverterLookup, ClassLoaderReference, ReflectionProvider) - Constructor for class com.thoughtworks.xstream.mapper.AnnotationMapper
Construct an AnnotationMapper.
AnnotationMapper(Mapper, ConverterRegistry, ConverterLookup, ClassLoader, ReflectionProvider, JVM) - Constructor for class com.thoughtworks.xstream.mapper.AnnotationMapper
AnnotationProvider - Class in com.thoughtworks.xstream.annotations
Deprecated.
As of 1.3
AnnotationProvider() - Constructor for class com.thoughtworks.xstream.annotations.AnnotationProvider
Deprecated.
 
AnnotationReflectionConverter - Class in com.thoughtworks.xstream.annotations
Deprecated.
As of 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.
ANY - Static variable in class com.thoughtworks.xstream.security.AnyTypePermission
 
AnyTypePermission - Class in com.thoughtworks.xstream.security
Permission for any type and null.
AnyTypePermission() - Constructor for class com.thoughtworks.xstream.security.AnyTypePermission
 
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.converters.basic.DateConverter
 
appendErrors(ErrorWriter) - Method in interface com.thoughtworks.xstream.converters.ErrorReporter
Append context information to an ErrorWriter.
appendErrors(ErrorWriter) - Method in class com.thoughtworks.xstream.converters.SingleValueConverterWrapper
 
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
 
ARRAYS - Static variable in class com.thoughtworks.xstream.security.ArrayTypePermission
 
ArrayTypePermission - Class in com.thoughtworks.xstream.security
Permission for any array type.
ArrayTypePermission() - Constructor for class com.thoughtworks.xstream.security.ArrayTypePermission
 
AtomicBooleanConverter - Class in com.thoughtworks.xstream.converters.extended
Converts an AtomicBoolean type.
AtomicBooleanConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter
Constructs an AtomicBooleanConverter.
AtomicIntegerConverter - Class in com.thoughtworks.xstream.converters.extended
Converts an AtomicInteger type.
AtomicIntegerConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter
Constructs an AtomicIntegerConverter.
AtomicLongConverter - Class in com.thoughtworks.xstream.converters.extended
Converts an AtomicLong type.
AtomicLongConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.AtomicLongConverter
Constructs an AtomicLongConverter.
AtomicReferenceConverter - Class in com.thoughtworks.xstream.converters.extended
Converts an AtomicReference type.
AtomicReferenceConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.extended.AtomicReferenceConverter
 
Attribute(long, String) - Constructor for class com.thoughtworks.xstream.io.binary.Token.Attribute
 
Attribute() - Constructor for class com.thoughtworks.xstream.io.binary.Token.Attribute
 
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
attributeForAlias(String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Get the attribute's name for an alias.
attributeForAlias(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
attributeForAlias(String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
attributeForAlias(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
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.
As of 1.3
AttributeMapper(Mapper, ConverterLookup, ReflectionProvider) - Constructor for class com.thoughtworks.xstream.mapper.AttributeMapper
 
AttributeNameIterator - Class in com.thoughtworks.xstream.io
Deprecated.
As of 1.4.8, it is an internal helper class only
AttributeNameIterator(HierarchicalStreamReader) - Constructor for class com.thoughtworks.xstream.io.AttributeNameIterator
Deprecated.
 
autodetectAnnotations(boolean) - Method in interface com.thoughtworks.xstream.mapper.AnnotationConfiguration
Deprecated.
 
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

BaseException - Exception in com.thoughtworks.xstream.core
Deprecated.
As of 1.3, use XStreamException instead
BaseException(String) - Constructor for exception com.thoughtworks.xstream.core.BaseException
Deprecated.
 
BaseException(String, Throwable) - Constructor for exception com.thoughtworks.xstream.core.BaseException
Deprecated.
 
BeanProperty - Class in com.thoughtworks.xstream.converters.javabean
Deprecated.
As of 1.3.1, no longer in use
BeanProperty(Class, String, Class) - Constructor for class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
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
Construct a BeanProvider that will process the bean properties in their natural order.
BeanProvider(Comparator) - Constructor for class com.thoughtworks.xstream.converters.javabean.BeanProvider
Construct a BeanProvider with a comparator to sort the bean properties by name in the dictionary.
BeanProvider(PropertyDictionary) - Constructor for class com.thoughtworks.xstream.converters.javabean.BeanProvider
Construct a BeanProvider with a provided property dictionary.
beanProvider - Variable in class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
 
BeanProvider.Visitor - Interface in com.thoughtworks.xstream.converters.javabean
Deprecated.
BEAStaxDriver - Class in com.thoughtworks.xstream.io.xml
Deprecated.
As of 1.4.11 use StandardStaxDriver or WstxDriver instead. BEA StAX implementation is outdated, unmaintained and has security issues.
BEAStaxDriver() - Constructor for class com.thoughtworks.xstream.io.xml.BEAStaxDriver
Deprecated.
As of 1.4.11 use StandardStaxDriver or WstxDriver instead.
BEAStaxDriver(QNameMap, XmlFriendlyNameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.BEAStaxDriver
Deprecated.
BEAStaxDriver(QNameMap, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.BEAStaxDriver
Deprecated.
As of 1.4.11 use StandardStaxDriver or WstxDriver instead.
BEAStaxDriver(QNameMap) - Constructor for class com.thoughtworks.xstream.io.xml.BEAStaxDriver
Deprecated.
As of 1.4.11 use StandardStaxDriver or WstxDriver instead.
BEAStaxDriver(XmlFriendlyNameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.BEAStaxDriver
Deprecated.
As of 1.4.6 use BEAStaxDriver(NameCoder)
BEAStaxDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.BEAStaxDriver
Deprecated.
As of 1.4.11 use StandardStaxDriver or WstxDriver instead.
bestReflectionProvider() - Method in class com.thoughtworks.xstream.core.JVM
Deprecated.
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
 
BinaryStreamDriver - Class in com.thoughtworks.xstream.io.binary
HierarchicalStreamDriver for binary input and output.
BinaryStreamDriver() - Constructor for class com.thoughtworks.xstream.io.binary.BinaryStreamDriver
 
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
 
BOOLEAN - Static variable in class com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type
 
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
 
build(Reader) - Static method in class com.thoughtworks.xstream.io.xml.xppdom.Xpp3DomBuilder
Deprecated.
As of 1.4, use XppDom.build(XmlPullParser) instead
build(XmlPullParser) - Static method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
Build an XPP DOM hierarchy.
buildDom(String) - Static method in class com.thoughtworks.xstream.io.xml.xppdom.XppFactory
Build an XPP DOM hierarchy from a String.
buildDom(Reader) - Static method in class com.thoughtworks.xstream.io.xml.xppdom.XppFactory
Build an XPP DOM hierarchy from a Reader.
buildDom(InputStream, String) - Static method in class com.thoughtworks.xstream.io.xml.xppdom.XppFactory
Build an XPP DOM hierarchy from an InputStream.
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

Caching - Interface in com.thoughtworks.xstream.core
Marker interface for caching implementations.
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
 
callReadObject(Class, Object, ObjectInputStream) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
Deprecated.
As of 1.4.8, moved into internal util package.
callReadResolve(Object) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
Deprecated.
As of 1.4.8, moved into internal util package.
callWriteObject(Class, Object, ObjectOutputStream) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
Deprecated.
As of 1.4.8, moved into internal util package.
callWriteReplace(Object) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
Deprecated.
As of 1.4.8, moved into internal util package.
canAccess(Class) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
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.URIConverter
 
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.SingletonCollectionConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.collections.SingletonMapConverter
 
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.enums.EnumToStringConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.ActivationDataFlavorConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.AtomicLongConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.AtomicReferenceConverter
 
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.JavaFieldConverter
 
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.NamedArrayConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.OptionalConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.OptionalIntConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.OptionalLongConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.PathConverter
 
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.ToAttributedValueConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.extended.ToStringConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
Checks if the bean provider can instantiate this type.
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.LambdaConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.SingleValueConverterWrapper
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.ChronologyConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.DurationConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.HijrahDateConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.InstantConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.JapaneseDateConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.JapaneseEraConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.LocalDateConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.LocalDateTimeConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.LocalTimeConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.MinguoDateConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.MonthDayConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.OffsetDateTimeConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.OffsetTimeConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.PeriodConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.SystemClockConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.ThaiBuddhistDateConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.ValueRangeConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.WeekFieldsConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.YearConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.YearMonthConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.ZonedDateTimeConverter
 
canConvert(Class) - Method in class com.thoughtworks.xstream.converters.time.ZoneIdConverter
 
canCreateDerivedObjectOutputStream() - Static method in class com.thoughtworks.xstream.core.JVM
 
canInstantiate(Class) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
Returns true if the Bean provider can instantiate the specified class
canInstantiate(Class) - Method in interface com.thoughtworks.xstream.converters.javabean.JavaBeanProvider
Returns true if the Bean provider can instantiate the specified class
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
 
CannotResolveClassException(String, Throwable) - Constructor for exception com.thoughtworks.xstream.mapper.CannotResolveClassException
 
canParseISO8601TimeZoneInDateFormat() - Static method in class com.thoughtworks.xstream.core.JVM
 
canParseUTCDateFormat() - Static method in class com.thoughtworks.xstream.core.JVM
 
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, ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter
Construct a CGLIBEnhancedConverter.
CGLIBEnhancedConverter(Mapper, ReflectionProvider, ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter
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
 
CGLIBProxyTypePermission - Class in com.thoughtworks.xstream.security
Permission for any array type.
CGLIBProxyTypePermission() - Constructor for class com.thoughtworks.xstream.security.CGLIBProxyTypePermission
 
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
 
checkForCollectionDoSAttack(UnmarshallingContext, long) - Static method in class com.thoughtworks.xstream.core.SecurityUtils
Check the consumed time adding elements to collections or maps.
chronoLocalDateOf(HijrahEra, int, int, int) - Method in class com.thoughtworks.xstream.converters.time.HijrahDateConverter
 
chronoLocalDateOf(JapaneseEra, int, int, int) - Method in class com.thoughtworks.xstream.converters.time.JapaneseDateConverter
 
chronoLocalDateOf(MinguoEra, int, int, int) - Method in class com.thoughtworks.xstream.converters.time.MinguoDateConverter
 
chronoLocalDateOf(ThaiBuddhistEra, int, int, int) - Method in class com.thoughtworks.xstream.converters.time.ThaiBuddhistDateConverter
 
ChronologyConverter - Class in com.thoughtworks.xstream.converters.time
Converts a Chronology instance to a string using its id.
ChronologyConverter() - Constructor for class com.thoughtworks.xstream.converters.time.ChronologyConverter
 
CircularReferenceException(String) - Constructor for exception com.thoughtworks.xstream.core.TreeMarshaller.CircularReferenceException
 
ClassAliasingMapper - Class in com.thoughtworks.xstream.mapper
Mapper that allows a fully qualified class name to be replaced with an alias.
ClassAliasingMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
ClassLoaderReference - Class in com.thoughtworks.xstream.core
Reference to a ClassLoader, allowing a single instance to be passed around the codebase that can later have its destination changed.
ClassLoaderReference(ClassLoader) - Constructor for class com.thoughtworks.xstream.core.ClassLoaderReference
 
clone() - Method in class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
 
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.JsonWriter
 
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
 
COLLECTION_UPDATE_LIMIT - Static variable in class com.thoughtworks.xstream.XStream
 
COLLECTION_UPDATE_SECONDS - Static variable in class com.thoughtworks.xstream.XStream
 
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
 
CollectionConverter(Mapper, Class) - Constructor for class com.thoughtworks.xstream.converters.collections.CollectionConverter
Construct a CollectionConverter for a special Collection type.
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.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.converters.time - package com.thoughtworks.xstream.converters.time
Extra converters for the java.time package.
com.thoughtworks.xstream.core - package com.thoughtworks.xstream.core
 
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.naming - package com.thoughtworks.xstream.io.naming
 
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.io.xml.xppdom - package com.thoughtworks.xstream.io.xml.xppdom
 
com.thoughtworks.xstream.mapper - package com.thoughtworks.xstream.mapper
 
com.thoughtworks.xstream.persistence - package com.thoughtworks.xstream.persistence
 
com.thoughtworks.xstream.security - package com.thoughtworks.xstream.security
 
COMMENT - Static variable in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
COMPACT_EMPTY_ELEMENT - Static variable in class com.thoughtworks.xstream.io.json.JsonWriter.Format
 
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, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
 
CompactWriter(Writer, int, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
 
CompactWriter(Writer, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
Deprecated.
As of 1.4 use CompactWriter(Writer, NameCoder) instead.
CompactWriter(Writer, int, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.CompactWriter
Deprecated.
compare(Object, Object) - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDomComparator
 
ComparingPropertySorter - Class in com.thoughtworks.xstream.converters.javabean
A sorter that uses a comparator to determine the order of the bean properties.
ComparingPropertySorter(Comparator) - Constructor for class com.thoughtworks.xstream.converters.javabean.ComparingPropertySorter
 
configureAliases(XStream, Class<?>...) - Static method in class com.thoughtworks.xstream.annotations.Annotations
Deprecated.
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.AbstractFilePersistenceStrategy
 
convention - Variable in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
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
 
convert(Object, Converter) - Method in class com.thoughtworks.xstream.core.AbstractReferenceMarshaller
 
convert(Object, Class, Converter) - Method in class com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller
 
convert(Object, Converter) - Method in class com.thoughtworks.xstream.core.TreeMarshaller
 
convert(Object, Class, Converter) - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
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
 
convertAnother(Object) - Method in class com.thoughtworks.xstream.core.TreeMarshaller
 
convertAnother(Object, Converter) - Method in class com.thoughtworks.xstream.core.TreeMarshaller
 
convertAnother(Object, Class) - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
convertAnother(Object, Class, Converter) - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
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.
converterLookup - Variable in class com.thoughtworks.xstream.core.TreeMarshaller
 
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
 
create(String, String, String, int) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
Deprecated.
 
createBuilder() - Method in class com.thoughtworks.xstream.io.xml.JDom2Driver
Create and initialize the SAX builder.
createBuilder() - Method in class com.thoughtworks.xstream.io.xml.JDomDriver
Create and initialize the SAX builder.
createBuilder() - Method in class com.thoughtworks.xstream.io.xml.XomDriver
Create the Builder instance.
createCacheMap() - Method in class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
 
createCollection(Class) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
createCollection(Class) - Method in class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
createCollection(Class) - Method in class com.thoughtworks.xstream.converters.collections.MapConverter
 
createDefaultParser() - Static method in class com.thoughtworks.xstream.io.xml.xppdom.XppFactory
Create a new XmlPullParser using the XPP factory.
createDefaultParser() - Static method in class com.thoughtworks.xstream.io.xml.XppDriver
Create a default XML Pull Parser.
createDocumentBuilderFactory() - Method in class com.thoughtworks.xstream.io.xml.DomDriver
Create the DocumentBuilderFactory instance.
createInputFactory() - Method in class com.thoughtworks.xstream.io.xml.BEAStaxDriver
Deprecated.
 
createInputFactory() - Method in class com.thoughtworks.xstream.io.xml.SjsxpDriver
Deprecated.
createInputFactory() - Method in class com.thoughtworks.xstream.io.xml.StandardStaxDriver
 
createInputFactory() - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createInputFactory() - Method in class com.thoughtworks.xstream.io.xml.WstxDriver
 
createMarshallingContext(HierarchicalStreamWriter, ConverterLookup, Mapper) - Method in class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
 
createMarshallingContext(HierarchicalStreamWriter, ConverterLookup, Mapper) - Method in class com.thoughtworks.xstream.core.ReferenceByIdMarshallingStrategy
 
createMarshallingContext(HierarchicalStreamWriter, ConverterLookup, Mapper) - Method in class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
 
createMarshallingContext(HierarchicalStreamWriter, ConverterLookup, Mapper) - Method in class com.thoughtworks.xstream.core.TreeMarshallingStrategy
 
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.JDom2Writer
 
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.
createObjectInputStream(HierarchicalStreamReader, DataHolder) - 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.
createObjectOutputStream(HierarchicalStreamWriter, String, DataHolder) - Method in class com.thoughtworks.xstream.XStream
Creates an ObjectOutputStream that serializes a stream of objects to the writer using XStream.
createOutputFactory() - Method in class com.thoughtworks.xstream.io.xml.BEAStaxDriver
Deprecated.
 
createOutputFactory() - Method in class com.thoughtworks.xstream.io.xml.SjsxpDriver
Deprecated.
createOutputFactory() - Method in class com.thoughtworks.xstream.io.xml.StandardStaxDriver
 
createOutputFactory() - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createOutputFactory() - Method in class com.thoughtworks.xstream.io.xml.WstxDriver
 
createParser() - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDomDriver
Create the parser of the XPP implementation.
createParser() - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDriver
Create the parser of the XPP implementation.
createParser() - Method in class com.thoughtworks.xstream.io.xml.KXml2DomDriver
Create the parser of the XPP implementation.
createParser() - Method in class com.thoughtworks.xstream.io.xml.KXml2Driver
Create the parser of the XPP implementation.
createParser() - Method in class com.thoughtworks.xstream.io.xml.MXParserDomDriver
Create the parser of the XPP implementation.
createParser() - Method in class com.thoughtworks.xstream.io.xml.MXParserDriver
Create the parser of the XPP implementation.
createParser(Reader) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createParser(InputStream) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createParser(Source) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createParser() - Method in class com.thoughtworks.xstream.io.xml.Xpp3DomDriver
Create the parser of the XPP implementation.
createParser() - Method in class com.thoughtworks.xstream.io.xml.Xpp3Driver
Create the parser of the XPP implementation.
createParser() - Method in class com.thoughtworks.xstream.io.xml.XppDomDriver
 
createParser() - Method in class com.thoughtworks.xstream.io.xml.XppDriver
 
createParser() - Method in class com.thoughtworks.xstream.io.xml.XppReader
Deprecated.
As of 1.4, use XppReader(Reader, XmlPullParser) instead
createReader(URL) - Method in class com.thoughtworks.xstream.io.AbstractDriver
Create the HierarchicalStreamReader with the stream parser reading from a URL.
createReader(File) - Method in class com.thoughtworks.xstream.io.AbstractDriver
Create the HierarchicalStreamReader with the stream parser reading from a File.
createReader(Reader) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamDriver
 
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamDriver
 
createReader(Reader) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamDriver
Create the HierarchicalStreamReader with the stream parser reading from the IO reader.
createReader(InputStream) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamDriver
Create the HierarchicalStreamReader with the stream parser reading from the input stream.
createReader(URL) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamDriver
Create the HierarchicalStreamReader with the stream parser reading from a URL.
createReader(File) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamDriver
Create the HierarchicalStreamReader with the stream parser reading from a File.
createReader(Reader) - Method in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
createReader(URL) - Method in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
createReader(File) - Method in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver
 
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver
 
createReader(URL) - Method in class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver
 
createReader(File) - Method in class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDomDriver
Create the HierarchicalStreamReader with the stream parser reading from the IO reader.
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDomDriver
Create the HierarchicalStreamReader with the stream parser reading from the input stream.
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDriver
Create the HierarchicalStreamReader with the stream parser reading from the IO reader.
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDriver
Create the HierarchicalStreamReader with the stream parser reading from the input stream.
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
createReader(URL) - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
createReader(File) - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
createReader() - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
Create and initialize the SAX reader.
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.DomDriver
 
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.xml.DomDriver
 
createReader(URL) - Method in class com.thoughtworks.xstream.io.xml.DomDriver
 
createReader(File) - Method in class com.thoughtworks.xstream.io.xml.DomDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.JDom2Driver
 
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.xml.JDom2Driver
 
createReader(URL) - Method in class com.thoughtworks.xstream.io.xml.JDom2Driver
 
createReader(File) - Method in class com.thoughtworks.xstream.io.xml.JDom2Driver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.JDomDriver
 
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.xml.JDomDriver
 
createReader(URL) - Method in class com.thoughtworks.xstream.io.xml.JDomDriver
 
createReader(File) - Method in class com.thoughtworks.xstream.io.xml.JDomDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createReader(URL) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createReader(File) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createReader(Reader) - Method in class com.thoughtworks.xstream.io.xml.XomDriver
 
createReader(InputStream) - Method in class com.thoughtworks.xstream.io.xml.XomDriver
 
createReader(URL) - Method in class com.thoughtworks.xstream.io.xml.XomDriver
 
createReader(File) - Method in class com.thoughtworks.xstream.io.xml.XomDriver
 
createReference(Path, Object) - Method in class com.thoughtworks.xstream.core.AbstractReferenceMarshaller
 
createReference(Path, Object) - Method in class com.thoughtworks.xstream.core.ReferenceByIdMarshaller
 
createReference(Path, Object) - Method in class com.thoughtworks.xstream.core.ReferenceByXPathMarshaller
 
createReferenceKey(Path, Object) - Method in class com.thoughtworks.xstream.core.AbstractReferenceMarshaller
 
createReferenceKey(Path, Object) - Method in class com.thoughtworks.xstream.core.ReferenceByIdMarshaller
 
createReferenceKey(Path, Object) - Method in class com.thoughtworks.xstream.core.ReferenceByXPathMarshaller
 
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
 
createUnmarshallingContext(Object, HierarchicalStreamReader, ConverterLookup, Mapper) - Method in class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
 
createUnmarshallingContext(Object, HierarchicalStreamReader, ConverterLookup, Mapper) - Method in class com.thoughtworks.xstream.core.ReferenceByIdMarshallingStrategy
 
createUnmarshallingContext(Object, HierarchicalStreamReader, ConverterLookup, Mapper) - Method in class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
 
createUnmarshallingContext(Object, HierarchicalStreamReader, ConverterLookup, Mapper) - Method in class com.thoughtworks.xstream.core.TreeMarshallingStrategy
 
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamDriver
 
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamDriver
 
createWriter(Writer) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamDriver
Create the HierarchicalStreamWriter with the formatted writer.
createWriter(OutputStream) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamDriver
Create the HierarchicalStreamWriter with the formatted writer.
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver
Create a HierarchicalStreamWriter that writes JSON.
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver
 
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDomDriver
Create the HierarchicalStreamWriter with the formatted writer.
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDomDriver
Create the HierarchicalStreamWriter with the formatted writer.
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDriver
Create the HierarchicalStreamWriter with the formatted writer.
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.xml.AbstractXppDriver
Create the HierarchicalStreamWriter with the formatted writer.
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.xml.DomDriver
 
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.xml.DomDriver
 
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.xml.JDom2Driver
 
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.xml.JDom2Driver
 
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.xml.JDomDriver
 
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.xml.JDomDriver
 
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
createWriter(Writer) - Method in class com.thoughtworks.xstream.io.xml.XomDriver
 
createWriter(OutputStream) - Method in class com.thoughtworks.xstream.io.xml.XomDriver
 
CurrencyConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a java.util.Currency to String.
CurrencyConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.CurrencyConverter
 
currentObject() - Method in interface com.thoughtworks.xstream.converters.UnmarshallingContext
 
currentObject() - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
currentPath() - Method in interface com.thoughtworks.xstream.core.ReferencingMarshallingContext
Deprecated.
As of 1.4.2

D

DataHolder - Interface in com.thoughtworks.xstream.converters
Holds generic data, to be used as seen fit by the user.
DateConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a Date to a string as a date format, retaining precision down to milliseconds.
DateConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
Construct a DateConverter with standard formats and lenient set off.
DateConverter(TimeZone) - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
Construct a DateConverter with standard formats, lenient set off and uses a given TimeZone for serialization.
DateConverter(boolean) - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
Construct a DateConverter with standard formats and using UTC.
DateConverter(String, String[]) - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
Construct a DateConverter with lenient set off using UTC.
DateConverter(String, String[], TimeZone) - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
Construct a DateConverter with a given TimeZone and lenient set off.
DateConverter(String, String[], boolean) - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
Construct a DateConverter.
DateConverter(String, String[], TimeZone, boolean) - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
Construct a DateConverter.
DateConverter(String, String, String[], Locale, TimeZone, boolean) - Constructor for class com.thoughtworks.xstream.converters.basic.DateConverter
Construct a DateConverter.
decode(String) - Method in interface com.thoughtworks.xstream.core.StringCodec
Decode the provided encoded string.
decodeAttribute(String) - Method in class com.thoughtworks.xstream.io.AbstractReader
Decode an attribute name from the target format.
decodeAttribute(String) - Method in interface com.thoughtworks.xstream.io.naming.NameCoder
Decode an attribute name to an object name.
decodeAttribute(String) - Method in class com.thoughtworks.xstream.io.naming.NameCoderWrapper
Decode an attribute name to an object name.
decodeAttribute(String) - Method in class com.thoughtworks.xstream.io.naming.NoNameCoder
Decode an attribute name to an object name.
decodeAttribute(String) - Method in class com.thoughtworks.xstream.io.naming.StaticNameCoder
Decode an attribute name to an object name.
decodeAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
Decode an attribute name to an object name.
decodeAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XStream11NameCoder
Decode an attribute name to an object name.
decodeAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XStream11XmlFriendlyReplacer
Deprecated.
Decode an attribute name to an object name.
decodeNode(String) - Method in class com.thoughtworks.xstream.io.AbstractReader
Decode a node name from the target format.
decodeNode(String) - Method in interface com.thoughtworks.xstream.io.naming.NameCoder
Decode a node name to an object name.
decodeNode(String) - Method in class com.thoughtworks.xstream.io.naming.NameCoderWrapper
Decode a node name to an object name.
decodeNode(String) - Method in class com.thoughtworks.xstream.io.naming.NoNameCoder
Decode a node name to an object name.
decodeNode(String) - Method in class com.thoughtworks.xstream.io.naming.StaticNameCoder
Decode a node name to an object name.
decodeNode(String) - Method in class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
Decode a node name to an object name.
decodeNode(String) - Method in class com.thoughtworks.xstream.io.xml.XStream11NameCoder
Decode a node name to an object name.
decodeNode(String) - Method in class com.thoughtworks.xstream.io.xml.XStream11XmlFriendlyReplacer
Deprecated.
Decode a node name to an object name.
DefaultConverterLookup - Class in com.thoughtworks.xstream.core
The default implementation of converters lookup.
DefaultConverterLookup() - Constructor for class com.thoughtworks.xstream.core.DefaultConverterLookup
 
DefaultConverterLookup(Map) - Constructor for class com.thoughtworks.xstream.core.DefaultConverterLookup
Constructs a DefaultConverterLookup with a provided map.
DefaultConverterLookup(Mapper) - Constructor for class com.thoughtworks.xstream.core.DefaultConverterLookup
Deprecated.
defaultImplementationOf(Class) - Method in class com.thoughtworks.xstream.mapper.AnnotationMapper
 
defaultImplementationOf(Class) - Method in class com.thoughtworks.xstream.mapper.DefaultImplementationsMapper
 
defaultImplementationOf(Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
defaultImplementationOf(Class) - Method in interface com.thoughtworks.xstream.mapper.Mapper
 
defaultImplementationOf(Class) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
DefaultImplementationsMapper - Class in com.thoughtworks.xstream.mapper
Mapper that resolves default implementations of classes.
DefaultImplementationsMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.DefaultImplementationsMapper
 
DefaultMapper - Class in com.thoughtworks.xstream.mapper
Default mapper implementation with 'vanilla' functionality.
DefaultMapper(ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.mapper.DefaultMapper
Construct a DefaultMapper.
DefaultMapper(ClassLoader) - Constructor for class com.thoughtworks.xstream.mapper.DefaultMapper
Deprecated.
denyPermission(TypePermission) - Method in class com.thoughtworks.xstream.XStream
Add security permission denying another one.
denyTypeHierarchy(Class) - Method in class com.thoughtworks.xstream.XStream
Add security permission forbidding a type hierarchy.
denyTypes(String[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission forbidding explicit types by name.
denyTypes(Class[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission forbidding explicit types.
denyTypesByRegExp(String[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission forbidding types matching one of the specified regular expressions.
denyTypesByRegExp(Pattern[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission forbidding types matching one of the specified regular expressions.
denyTypesByWildcard(String[]) - Method in class com.thoughtworks.xstream.XStream
Add security permission forbidding types matching one of the specified wildcard patterns.
depth() - Method in class com.thoughtworks.xstream.io.path.PathTracker
Get the depth of the stack.
depth - Variable in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
DocumentReader - Interface in com.thoughtworks.xstream.io.xml
A generic interface for all HierarchicalStreamReader implementations reading a DOM.
DocumentWriter - Interface in com.thoughtworks.xstream.io.xml
A generic interface for all HierarchicalStreamWriter implementations generating a DOM.
Dom4JDriver - Class in com.thoughtworks.xstream.io.xml
 
Dom4JDriver() - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
Dom4JDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
Dom4JDriver(DocumentFactory, OutputFormat) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
Dom4JDriver(DocumentFactory, OutputFormat, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
Dom4JDriver(DocumentFactory, OutputFormat, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JDriver
Deprecated.
Dom4JReader - Class in com.thoughtworks.xstream.io.xml
 
Dom4JReader(Branch) - Constructor for 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
 
Dom4JReader(Element, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JReader
 
Dom4JReader(Document, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JReader
 
Dom4JReader(Element, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JReader
Deprecated.
As of 1.4, use Dom4JReader(Element, NameCoder) instead
Dom4JReader(Document, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JReader
Deprecated.
As of 1.4, use Dom4JReader(Document, NameCoder) instead
Dom4JWriter - Class in com.thoughtworks.xstream.io.xml
 
Dom4JWriter(Branch, DocumentFactory, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
Dom4JWriter(DocumentFactory, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
Dom4JWriter(Branch, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
Dom4JWriter(Branch, DocumentFactory, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
Deprecated.
Dom4JWriter(DocumentFactory, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
Deprecated.
Dom4JWriter(DocumentFactory) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
Dom4JWriter(Branch, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
Deprecated.
As of 1.4 use Dom4JWriter(Branch, NameCoder) instead
Dom4JWriter(Branch) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
Dom4JWriter() - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
Dom4JXmlWriter - Class in com.thoughtworks.xstream.io.xml
 
Dom4JXmlWriter(XMLWriter) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
 
Dom4JXmlWriter(XMLWriter, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
 
Dom4JXmlWriter(XMLWriter, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
Deprecated.
doMarshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
doMarshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
doMarshalConditionally(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
DomDriver - Class in com.thoughtworks.xstream.io.xml
 
DomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.DomDriver
Construct a DomDriver.
DomDriver(String) - Constructor for class com.thoughtworks.xstream.io.xml.DomDriver
Construct a DomDriver with a specified encoding.
DomDriver(String, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.DomDriver
 
DomDriver(String, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.DomDriver
Deprecated.
As of 1.4, use DomDriver(String, NameCoder) instead.
DomReader - Class in com.thoughtworks.xstream.io.xml
 
DomReader(Element) - Constructor for class com.thoughtworks.xstream.io.xml.DomReader
 
DomReader(Document) - Constructor for class com.thoughtworks.xstream.io.xml.DomReader
 
DomReader(Element, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.DomReader
 
DomReader(Document, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.DomReader
 
DomReader(Element, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.DomReader
Deprecated.
As of 1.4, use DomReader(Element, NameCoder) instead.
DomReader(Document, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.DomReader
Deprecated.
As of 1.4, use DomReader(Document, NameCoder) instead.
DomWriter - Class in com.thoughtworks.xstream.io.xml
 
DomWriter(Document) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
 
DomWriter(Element) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
 
DomWriter(Document, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
 
DomWriter(Element, Document, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
 
DomWriter(Element, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
 
DomWriter(Document, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
Deprecated.
As of 1.4 use DomWriter(Document, NameCoder) instead.
DomWriter(Element, Document, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
Deprecated.
DomWriter(Element, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.DomWriter
Deprecated.
As of 1.4 use DomWriter(Element, NameCoder) instead.
DoubleConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a double primitive or java.lang.Double wrapper to a String.
DoubleConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.DoubleConverter
 
doUnmarshal(Object, HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
doUnmarshal(Object, HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
doUnmarshalConditionally(Object, HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
DROP_ROOT_MODE - Static variable in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
DROP_ROOT_MODE drops the JSON root node.
DuplicateFieldException(String) - Constructor for exception com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicateFieldException
Deprecated.
 
DuplicateFieldException(String) - Constructor for exception com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.DuplicateFieldException
 
DuplicatePropertyException(String) - Constructor for exception com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicatePropertyException
 
DurationConverter - Class in com.thoughtworks.xstream.converters.extended
A Converter for the XML Schema datatype duration and the Java type Duration.
DurationConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.DurationConverter
 
DurationConverter(DatatypeFactory) - Constructor for class com.thoughtworks.xstream.converters.extended.DurationConverter
 
DurationConverter - Class in com.thoughtworks.xstream.converters.time
Converts a Duration instance to string.
DurationConverter() - Constructor for class com.thoughtworks.xstream.converters.time.DurationConverter
 
DynamicProxy() - Constructor for class com.thoughtworks.xstream.mapper.DynamicProxyMapper.DynamicProxy
 
DynamicProxyConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a dynamic proxy to XML, storing the implemented interfaces and handler.
DynamicProxyConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.extended.DynamicProxyConverter
DynamicProxyConverter(Mapper, ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.converters.extended.DynamicProxyConverter
Construct a DynamicProxyConverter.
DynamicProxyConverter(Mapper, ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.extended.DynamicProxyConverter
DynamicProxyMapper - Class in com.thoughtworks.xstream.mapper
Mapper for handling special cases of aliasing dynamic proxies.
DynamicProxyMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.DynamicProxyMapper
 
DynamicProxyMapper(Mapper, String) - Constructor for class com.thoughtworks.xstream.mapper.DynamicProxyMapper
 
DynamicProxyMapper.DynamicProxy - Class in com.thoughtworks.xstream.mapper
Place holder type used for dynamic proxies.

E

element(String, String, String) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
Deprecated.
 
element(String, String, String, int) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
Deprecated.
 
ElementIgnoringMapper - Class in com.thoughtworks.xstream.mapper
Mapper that allows an field of a specific class to be omitted entirely.
ElementIgnoringMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.ElementIgnoringMapper
 
encode(byte[]) - Method in interface com.thoughtworks.xstream.core.StringCodec
Encode the provided data.
encodeAttribute(String) - Method in class com.thoughtworks.xstream.io.AbstractReader
Encode the attribute name again into the name of the target format.
encodeAttribute(String) - Method in class com.thoughtworks.xstream.io.AbstractWriter
Encode the attribute name into the name of the target format.
encodeAttribute(String) - Method in interface com.thoughtworks.xstream.io.naming.NameCoder
Encode a meta-data name for an attribute in the target format.
encodeAttribute(String) - Method in class com.thoughtworks.xstream.io.naming.NameCoderWrapper
Encode a meta-data name for an attribute in the target format.
encodeAttribute(String) - Method in class com.thoughtworks.xstream.io.naming.NoNameCoder
Encode a meta-data name for an attribute in the target format.
encodeAttribute(String) - Method in class com.thoughtworks.xstream.io.naming.StaticNameCoder
Encode a meta-data name for an attribute in the target format.
encodeAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
Encode a meta-data name for an attribute in the target format.
EncodedByteArrayConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a byte array by default to a single Base64 encoding string.
EncodedByteArrayConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter
Constructs an EncodedByteArrayConverter.
EncodedByteArrayConverter(StringCodec) - Constructor for class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter
Constructs an EncodedByteArrayConverter with a provided string codec.
encodeNode(String) - Method in class com.thoughtworks.xstream.io.AbstractReader
Encode the node name again into the name of the target format.
encodeNode(String) - Method in class com.thoughtworks.xstream.io.AbstractWriter
Encode the node name into the name of the target format.
encodeNode(String) - Method in interface com.thoughtworks.xstream.io.naming.NameCoder
Encode an object name for a node in the target format.
encodeNode(String) - Method in class com.thoughtworks.xstream.io.naming.NameCoderWrapper
Encode an object name for a node in the target format.
encodeNode(String) - Method in class com.thoughtworks.xstream.io.naming.NoNameCoder
Encode an object name for a node in the target format.
encodeNode(String) - Method in class com.thoughtworks.xstream.io.naming.StaticNameCoder
Encode an object name for a node in the target format.
encodeNode(String) - Method in class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
Encode an object name for a node in the target format.
END_NODE - Static variable in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
endArray() - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
End the JSON array.
endArray() - Method in class com.thoughtworks.xstream.io.json.JsonWriter
End the JSON array.
endNode() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamWriter
 
EndNode() - Constructor for class com.thoughtworks.xstream.io.binary.Token.EndNode
 
endNode() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.json.JettisonStaxWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.path.PathTrackingWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.StatefulWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.WriterWrapper
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
 
endNode() - Method in class com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
 
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
 
endNodeInternally() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
Called when a node ends.
endObject() - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
End the JSON object.
endObject() - Method in class com.thoughtworks.xstream.io.json.JsonWriter
End the JSON object.
endOfLine() - Method in class com.thoughtworks.xstream.io.xml.CompactWriter
 
endOfLine() - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
entrySet() - Method in class com.thoughtworks.xstream.persistence.XmlMap
 
EnumConverter - Class in com.thoughtworks.xstream.converters.enums
Converter for JDK 1.5 enums.
EnumConverter() - Constructor for class com.thoughtworks.xstream.converters.enums.EnumConverter
 
EnumMapConverter - Class in com.thoughtworks.xstream.converters.enums
Serializes an Java 5 EnumMap, including the type of Enum it's for.
EnumMapConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.enums.EnumMapConverter
 
EnumMapper - Class in com.thoughtworks.xstream.mapper
Mapper that handles the special case of polymorphic enums in Java 1.5.
EnumMapper(Mapper, ConverterLookup) - Constructor for class com.thoughtworks.xstream.mapper.EnumMapper
Deprecated.
As of 1.3.1, use EnumMapper(Mapper)
EnumMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.EnumMapper
 
EnumSetConverter - Class in com.thoughtworks.xstream.converters.enums
Serializes a Java 5 EnumSet.
EnumSetConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.enums.EnumSetConverter
 
EnumSingleValueConverter - Class in com.thoughtworks.xstream.converters.enums
A single value converter for a special enum type.
EnumSingleValueConverter(Class<? extends Enum>) - Constructor for class com.thoughtworks.xstream.converters.enums.EnumSingleValueConverter
 
EnumToStringConverter<T extends java.lang.Enum<T>> - Class in com.thoughtworks.xstream.converters.enums
A single value converter for a special enum type using its string representation.
EnumToStringConverter(Class<T>) - Constructor for class com.thoughtworks.xstream.converters.enums.EnumToStringConverter
 
EnumToStringConverter(Class<T>, Map<String, T>) - Constructor for class com.thoughtworks.xstream.converters.enums.EnumToStringConverter
 
equals(Object) - Method in class com.thoughtworks.xstream.converters.reflection.FieldKey
 
equals(Object) - Method in class com.thoughtworks.xstream.io.binary.Token
 
equals(Object) - Method in class com.thoughtworks.xstream.io.path.Path
 
equals(Object) - Method in class com.thoughtworks.xstream.security.AnyTypePermission
 
equals(Object) - Method in class com.thoughtworks.xstream.security.ArrayTypePermission
 
equals(Object) - Method in class com.thoughtworks.xstream.security.CGLIBProxyTypePermission
 
equals(Object) - Method in class com.thoughtworks.xstream.security.InterfaceTypePermission
 
equals(Object) - Method in class com.thoughtworks.xstream.security.NoTypePermission
 
equals(Object) - Method in class com.thoughtworks.xstream.security.PrimitiveTypePermission
 
equals(Object) - Method in class com.thoughtworks.xstream.security.ProxyTypePermission
 
eraOf(String) - Method in class com.thoughtworks.xstream.converters.time.HijrahDateConverter
 
eraOf(String) - Method in class com.thoughtworks.xstream.converters.time.JapaneseDateConverter
 
eraOf(String) - Method in class com.thoughtworks.xstream.converters.time.MinguoDateConverter
 
eraOf(String) - Method in class com.thoughtworks.xstream.converters.time.ThaiBuddhistDateConverter
 
ErrorReporter - Interface in com.thoughtworks.xstream.converters
To aid debugging, some components expose themselves as ErrorReporter indicating that they can add information in case of an error..
ErrorWriter - Interface in com.thoughtworks.xstream.converters
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.
ErrorWritingException - Exception in com.thoughtworks.xstream.converters
Abstract base class for exceptions supporting an ErrorWriter.
ErrorWritingException(String) - Constructor for exception com.thoughtworks.xstream.converters.ErrorWritingException
Constructs a ErrorWritingException.
ErrorWritingException(Throwable) - Constructor for exception com.thoughtworks.xstream.converters.ErrorWritingException
Constructs a ErrorWritingException.
ErrorWritingException(String, Throwable) - Constructor for exception com.thoughtworks.xstream.converters.ErrorWritingException
Constructs a ErrorWritingException.
escape(String) - Method in class com.thoughtworks.xstream.persistence.FilePersistenceStrategy
 
escape(String) - Method in class com.thoughtworks.xstream.persistence.FileStreamStrategy
Deprecated.
 
escapeClassName(String) - Method in class com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper
Deprecated.
 
escapeFieldName(String) - Method in class com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper
Deprecated.
 
escapeName(String) - Method in class com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer
Deprecated.
As of 1.4, use XmlFriendlyNameCoder instead
escapeXmlName(String) - Method in class com.thoughtworks.xstream.io.xml.AbstractXmlReader
Deprecated.
As of 1.4, use AbstractReader instead.
escapeXmlName(String) - Method in class com.thoughtworks.xstream.io.xml.AbstractXmlWriter
escapeXmlName(String) - Method in interface com.thoughtworks.xstream.io.xml.XmlFriendlyWriter
Deprecated.
As of 1.4
exception - Static variable in class com.thoughtworks.xstream.converters.reflection.SunLimitedUnsafeReflectionProvider
 
explicit() - Method in class com.thoughtworks.xstream.io.path.Path
 
EXPLICIT_MODE - Static variable in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
EXPLICIT_MODE assures that all data has its explicit equivalent in the resulting JSON.
ExplicitTypePermission - Class in com.thoughtworks.xstream.security
Explicit permission for a type with a name matching one in the provided list.
ExplicitTypePermission(Class[]) - Constructor for class com.thoughtworks.xstream.security.ExplicitTypePermission
 
ExplicitTypePermission(String[]) - Constructor for class com.thoughtworks.xstream.security.ExplicitTypePermission
 
ExtendedHierarchicalStreamReader - Interface in com.thoughtworks.xstream.io
Deprecated.
As of 1.4.11, this interface will be merged into parent with version 1.5.0.
ExtendedHierarchicalStreamWriter - Interface in com.thoughtworks.xstream.io
Deprecated.
As of 1.4.11, this interface will be merged into parent with version 1.5.0.
ExtendedHierarchicalStreamWriterHelper - Class in com.thoughtworks.xstream.io
Deprecated.
As of 1.4.11, this helper is no longer required since version 1.5.0.
ExtendedHierarchicalStreamWriterHelper() - Constructor for class com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriterHelper
Deprecated.
 
ExternalizableConverter - Class in com.thoughtworks.xstream.converters.reflection
Converts any object that implements the java.io.Externalizable interface, allowing compatibility with native Java serialization.
ExternalizableConverter(Mapper, ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.converters.reflection.ExternalizableConverter
Construct an ExternalizableConverter.
ExternalizableConverter(Mapper, ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.reflection.ExternalizableConverter
ExternalizableConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.reflection.ExternalizableConverter
extractKey(String) - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
Given a filename, the unescape method returns the key which originated it.
extractKey(String) - Method in class com.thoughtworks.xstream.persistence.FilePersistenceStrategy
Given a filename, the unescape method returns the key which originated it.
extractKey(String) - Method in class com.thoughtworks.xstream.persistence.FileStreamStrategy
Deprecated.
Given a filename, the unescape method returns the key which originated it.

F

field(Class, String, Class) - Method in class com.thoughtworks.xstream.converters.reflection.FieldDictionary
Returns an specific field of some class.
FieldAliasingMapper - Class in com.thoughtworks.xstream.mapper
Mapper that allows a field of a specific class to be replaced with a shorter alias.
FieldAliasingMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.FieldAliasingMapper
 
fieldDefinedInClass(String, Class) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
Deprecated.
fieldDefinedInClass(String, Class) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider
Deprecated.
fieldDefinedInClass(String, Class) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper
Deprecated.
FieldDictionary - Class in com.thoughtworks.xstream.converters.reflection
A field dictionary instance caches information about classes fields.
FieldDictionary() - Constructor for class com.thoughtworks.xstream.converters.reflection.FieldDictionary
 
FieldDictionary(FieldKeySorter) - Constructor for class com.thoughtworks.xstream.converters.reflection.FieldDictionary
 
fieldDictionary - Variable in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
FieldKey - Class in com.thoughtworks.xstream.converters.reflection
A field key.
FieldKey(String, Class, int) - Constructor for class com.thoughtworks.xstream.converters.reflection.FieldKey
 
FieldKeySorter - Interface in com.thoughtworks.xstream.converters.reflection
An interface capable of sorting fields.
fieldModifiersSupported(Field) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
fieldOrNull(Class, String, Class) - Method in class com.thoughtworks.xstream.converters.reflection.FieldDictionary
Returns an specific field of some class.
fieldsFor(Class) - Method in class com.thoughtworks.xstream.converters.reflection.FieldDictionary
Returns an iterator for all fields for some class
fieldsToOmit - Variable in class com.thoughtworks.xstream.mapper.ElementIgnoringMapper
 
fieldToAliasMap - Variable in class com.thoughtworks.xstream.mapper.FieldAliasingMapper
 
FileConverter - Class in com.thoughtworks.xstream.converters.extended
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
 
FilePersistenceStrategy - Class in com.thoughtworks.xstream.persistence
PersistenceStrategy to assign keys with single value to objects persisted in files.
FilePersistenceStrategy(File) - Constructor for class com.thoughtworks.xstream.persistence.FilePersistenceStrategy
Create a new FilePersistenceStrategy.
FilePersistenceStrategy(File, XStream) - Constructor for class com.thoughtworks.xstream.persistence.FilePersistenceStrategy
Create a new FilePersistenceStrategy with a provided XStream instance.
FilePersistenceStrategy(File, XStream, String, String) - Constructor for class com.thoughtworks.xstream.persistence.FilePersistenceStrategy
Create a new FilePersistenceStrategy with a provided XStream instance and the characters to encode.
FileStreamStrategy - Class in com.thoughtworks.xstream.persistence
Deprecated.
As of 1.3.1, use FilePersistenceStrategy
FileStreamStrategy(File) - Constructor for class com.thoughtworks.xstream.persistence.FileStreamStrategy
Deprecated.
 
FileStreamStrategy(File, XStream) - Constructor for class com.thoughtworks.xstream.persistence.FileStreamStrategy
Deprecated.
 
fireValidReference(Object) - Method in class com.thoughtworks.xstream.core.AbstractReferenceMarshaller
 
fireValidReference(Object) - Method in class com.thoughtworks.xstream.core.ReferenceByIdMarshaller
 
fireValidReference(Object) - Method in class com.thoughtworks.xstream.core.ReferenceByXPathMarshaller
 
FloatConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a float primitive or java.lang.Float wrapper to a String.
FloatConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.FloatConverter
 
flush() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamWriter
 
flush() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
Flush the writer, if necessary.
flush() - Method in class com.thoughtworks.xstream.io.json.JsonWriter
 
flush() - Method in class com.thoughtworks.xstream.io.StatefulWriter
 
flush() - Method in class com.thoughtworks.xstream.io.WriterWrapper
 
flush() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
 
flush() - Method in class com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
 
flush() - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
flush() - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
 
flush() - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
 
flushCache() - Method in class com.thoughtworks.xstream.converters.javabean.PropertyDictionary
 
flushCache() - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
flushCache() - Method in class com.thoughtworks.xstream.converters.reflection.FieldDictionary
 
flushCache() - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
Deprecated.
As of 1.4.8, moved into internal util package.
flushCache() - Method in class com.thoughtworks.xstream.converters.reflection.SortableFieldKeySorter
 
flushCache() - Method in interface com.thoughtworks.xstream.core.Caching
 
flushCache() - Method in class com.thoughtworks.xstream.core.DefaultConverterLookup
 
flushCache() - Method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.5 no functionality
flushCache() - Method in class com.thoughtworks.xstream.mapper.CachingMapper
 
flushCache() - Method in class com.thoughtworks.xstream.mapper.EnumMapper
 
flushCache() - Method in class com.thoughtworks.xstream.mapper.OuterClassMapper
 
FontConverter - Class in com.thoughtworks.xstream.converters.extended
 
FontConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.FontConverter
Deprecated.
As of 1.4.5
FontConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.extended.FontConverter
Constructs a FontConverter.
ForbiddenClassException - Exception in com.thoughtworks.xstream.security
Exception thrown for a forbidden class.
ForbiddenClassException(Class) - Constructor for exception com.thoughtworks.xstream.security.ForbiddenClassException
Construct a ForbiddenClassException.
format - Variable in class com.thoughtworks.xstream.io.json.JsonWriter
 
Format() - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter.Format
Create a new default Formatter.
Format(char[], char[], int) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter.Format
Create a new Formatter.
Format(char[], char[], int, NameCoder) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter.Format
Create a new Formatter.
Formatter() - Constructor for class com.thoughtworks.xstream.io.binary.Token.Formatter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
 
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.CharConverter
 
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.StringBuilderConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.StringConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.URIConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.URLConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.basic.UUIDConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.enums.EnumSingleValueConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.enums.EnumToStringConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.AtomicLongConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.CharsetConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.CurrencyConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.DurationConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter
 
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.ISO8601GregorianCalendarConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.ISO8601SqlTimestampConverter
 
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.OptionalDoubleConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.OptionalIntConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.OptionalLongConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.PathConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.PropertyEditorCapableConverter
 
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
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.extended.ToStringConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
 
fromString(String) - Method in interface com.thoughtworks.xstream.converters.SingleValueConverter
Unmarshals an Object from its single value representation.
fromString(String) - Method in class com.thoughtworks.xstream.converters.SingleValueConverterWrapper
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.ChronologyConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.DurationConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.HijrahDateConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.InstantConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.JapaneseDateConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.JapaneseEraConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.LocalDateConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.LocalDateTimeConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.LocalTimeConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.MinguoDateConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.MonthDayConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.OffsetDateTimeConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.OffsetTimeConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.PeriodConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.ThaiBuddhistDateConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.YearConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.YearMonthConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.ZonedDateTimeConverter
 
fromString(String) - Method in class com.thoughtworks.xstream.converters.time.ZoneIdConverter
 
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.
fromXML(InputStream) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from an XML InputStream.
fromXML(URL) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from a URL.
fromXML(File) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from a file.
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, populating the fields of the given root object instead of instantiating a new one.
fromXML(URL, Object) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from a URL, populating the fields of the given root object instead of instantiating a new one.
fromXML(File, Object) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from a file, populating the fields of the given root object instead of instantiating a new one.
fromXML(InputStream, Object) - Method in class com.thoughtworks.xstream.XStream
Deserialize an object from an XML InputStream, populating the fields of the given root object instead of instantiating a new one.
fromXML(String) - Method in class com.thoughtworks.xstream.XStreamer
Deserialize a self-contained XStream with object from a String.
fromXML(String, TypePermission[]) - Method in class com.thoughtworks.xstream.XStreamer
Deserialize a self-contained XStream with object from a String.
fromXML(HierarchicalStreamDriver, String) - Method in class com.thoughtworks.xstream.XStreamer
Deserialize a self-contained XStream with object from a String.
fromXML(HierarchicalStreamDriver, String, TypePermission[]) - Method in class com.thoughtworks.xstream.XStreamer
Deserialize a self-contained XStream with object from a String.
fromXML(Reader) - Method in class com.thoughtworks.xstream.XStreamer
Deserialize a self-contained XStream with object from an XML Reader.
fromXML(Reader, TypePermission[]) - Method in class com.thoughtworks.xstream.XStreamer
Deserialize a self-contained XStream with object from an XML Reader.
fromXML(HierarchicalStreamDriver, Reader) - Method in class com.thoughtworks.xstream.XStreamer
Deserialize a self-contained XStream with object from an XML Reader.
fromXML(HierarchicalStreamDriver, Reader, TypePermission[]) - Method in class com.thoughtworks.xstream.XStreamer
Deserialize a self-contained XStream with object from an XML Reader.

G

get(Object) - Method in interface com.thoughtworks.xstream.converters.DataHolder
 
get(String) - Method in interface com.thoughtworks.xstream.converters.ErrorWriter
Retrieve information of the error message.
get(String) - Method in exception com.thoughtworks.xstream.converters.ErrorWritingException
 
get(Object) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
Gets the value of this property for the specified Object.
get(Object) - Method in class com.thoughtworks.xstream.core.MapBackedDataHolder
 
get(Object) - Method in class com.thoughtworks.xstream.core.TreeMarshaller
 
get(Object) - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
get(Object) - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
 
get(Object) - Method in interface com.thoughtworks.xstream.persistence.PersistenceStrategy
 
get(int) - Method in class com.thoughtworks.xstream.persistence.XmlArrayList
 
get(Object) - Method in class com.thoughtworks.xstream.persistence.XmlMap
 
getAlias() - Method in class com.thoughtworks.xstream.mapper.DynamicProxyMapper
 
getAnnotation(Field, Class<T>) - Method in class com.thoughtworks.xstream.annotations.AnnotationProvider
Deprecated.
As of 1.3
getAttribute(String) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
getAttribute(String) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Get the value of an attribute of the current node.
getAttribute(int) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Get the value of an attribute of the current node, by index.
getAttribute(String) - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.JDom2Reader
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.xml.JDom2Reader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getAttribute(String) - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
getAttribute(int) - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
getAttributeCount() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
getAttributeCount() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Number of attributes in current node.
getAttributeCount() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
getAttributeCount() - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getAttributeCount() - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getAttributeCount() - Method in class com.thoughtworks.xstream.io.xml.JDom2Reader
 
getAttributeCount() - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getAttributeCount() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
getAttributeCount() - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getAttributeCount() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getAttributeCount() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
getAttributeName(int) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Name of attribute in current node.
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.xml.JDom2Reader
 
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getAttributeName(int) - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
getAttributeNames() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
getAttributeNames() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Iterator with the names of the attributes.
getAttributeNames() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
getAttributeNames() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
getAttributeNames() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
getAttributeNames() - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
getBase64Codec() - Static method in class com.thoughtworks.xstream.core.JVM
Get an available Base64 implementation.
getBeanClass() - Method in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
Gets the base class that this getter accesses.
getBuilder() - Method in class com.thoughtworks.xstream.io.xml.XomDriver
Deprecated.
As of 1.4.9, overload XomDriver.createBuilder() instead
getChild(int) - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
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.JDom2Reader
 
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.xppdom.XppDom
 
getChild(String) - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
getChild(int) - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getChildCount() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
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.JDom2Reader
 
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.xppdom.XppDom
 
getChildCount() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getChildren() - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
getChildren(String) - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
getClassLoader() - Method in class com.thoughtworks.xstream.XStream
Retrieve the ClassLoader XStream uses to load classes.
getClassLoaderReference() - Method in class com.thoughtworks.xstream.XStream
Retrieve the reference to this instance' ClassLoader.
getClassName() - Method in exception com.thoughtworks.xstream.converters.reflection.MissingFieldException
Retrieve the name of the class with the missing field.
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.
getConverterFromAttribute(String) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
getConverterFromAttribute(Class, String) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
getConverterFromAttribute(Class, String, Class) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
 
getConverterFromAttribute(String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
getConverterFromAttribute(Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
getConverterFromAttribute(Class, String, Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
getConverterFromAttribute(Class, String, Class) - Method in class com.thoughtworks.xstream.mapper.EnumMapper
 
getConverterFromAttribute(Class, String, Class) - Method in class com.thoughtworks.xstream.mapper.LocalConversionMapper
 
getConverterFromAttribute(String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
getConverterFromAttribute(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
getConverterFromAttribute(Class, String, Class) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Returns which converter to use for an specific attribute in a type.
getConverterFromAttribute(String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
getConverterFromAttribute(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
getConverterFromAttribute(Class, String, Class) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
getConverterFromItemType(String, Class) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
getConverterFromItemType(String, Class, Class) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
 
getConverterFromItemType(Class) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
getConverterFromItemType(String, Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
getConverterFromItemType(Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
getConverterFromItemType(String, Class, Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
getConverterFromItemType(String, Class, Class) - Method in class com.thoughtworks.xstream.mapper.EnumMapper
 
getConverterFromItemType(String, Class, Class) - Method in class com.thoughtworks.xstream.mapper.LocalConversionMapper
 
getConverterFromItemType(String, Class) - Method in interface com.thoughtworks.xstream.mapper.Mapper
getConverterFromItemType(Class) - Method in interface com.thoughtworks.xstream.mapper.Mapper
getConverterFromItemType(String, Class, Class) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Returns a single value converter to be used in a specific field.
getConverterFromItemType(String, Class) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
getConverterFromItemType(Class) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
getConverterFromItemType(String, Class, Class) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
getConverterLookup() - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
 
getConverterLookup() - Method in class com.thoughtworks.xstream.XStream
 
getCurrent() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
getCurrent() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
 
getCurrent() - Method in interface com.thoughtworks.xstream.io.xml.DocumentReader
Retrieve the current processed node of the DOM.
getCurrentReferenceKey() - Method in class com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller
 
getCurrentReferenceKey() - Method in class com.thoughtworks.xstream.core.ReferenceByIdUnmarshaller
 
getCurrentReferenceKey() - Method in class com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller
 
getDeclaringClass() - Method in class com.thoughtworks.xstream.converters.reflection.FieldKey
 
getDefaultConstrutor(Class) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
getDefaultNamespace() - Method in class com.thoughtworks.xstream.io.xml.QNameMap
 
getDefaultPermissions() - Static method in class com.thoughtworks.xstream.XStreamer
Retrieve the default permissions to unmarshal an XStream instance.
getDefaultPrefix() - Method in class com.thoughtworks.xstream.io.xml.QNameMap
 
getDepth() - Method in class com.thoughtworks.xstream.converters.reflection.FieldKey
 
getDocumentFactory() - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
getDTDHandler() - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Returns the current DTD handler.
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.
getField(Class, String) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
getField(Class, String) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider
Returns a field defined in some class.
getField(Class, String) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper
 
getFieldName() - Method in class com.thoughtworks.xstream.converters.reflection.FieldKey
 
getFieldName() - Method in exception com.thoughtworks.xstream.converters.reflection.MissingFieldException
Retrieve the name of the missing field.
getFieldName() - Method in interface com.thoughtworks.xstream.mapper.Mapper.ImplicitCollectionMapping
 
getFieldNameForItemTypeAndName(Class, Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
getFieldNameForItemTypeAndName(Class, Class, String) - Method in class com.thoughtworks.xstream.mapper.ImplicitCollectionMapper
 
getFieldNameForItemTypeAndName(Class, Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Get the name of the field that acts as the default collection for an object, or return null if there is none.
getFieldNameForItemTypeAndName(Class, Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
getFieldOrNull(Class, String) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
getFieldOrNull(Class, String) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider
Returns a field defined in some class.
getFieldOrNull(Class, String) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper
 
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
 
getFieldType(Object, String, Class) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper
 
getId() - Method in class com.thoughtworks.xstream.io.binary.Token
 
getImplicitCollectionDefForFieldName(Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
getImplicitCollectionDefForFieldName(Class, String) - Method in class com.thoughtworks.xstream.mapper.ImplicitCollectionMapper
 
getImplicitCollectionDefForFieldName(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
 
getImplicitCollectionDefForFieldName(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
getInputFactory() - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
getItemFieldName() - Method in interface com.thoughtworks.xstream.mapper.Mapper.ImplicitCollectionMapping
 
getItemType() - Method in interface com.thoughtworks.xstream.mapper.Mapper.ImplicitCollectionMapping
 
getItemTypeForItemFieldName(Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
getItemTypeForItemFieldName(Class, String) - Method in class com.thoughtworks.xstream.mapper.ImplicitCollectionMapper
 
getItemTypeForItemFieldName(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
 
getItemTypeForItemFieldName(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
getJavaClassName(QName) - Method in class com.thoughtworks.xstream.io.xml.QNameMap
Returns the Java class name that should be used for the given QName.
getKeyFieldName() - Method in interface com.thoughtworks.xstream.mapper.Mapper.ImplicitCollectionMapping
 
getLineIndenter() - Method in class com.thoughtworks.xstream.io.json.JsonWriter.Format
Retrieve the lineIndenter.
getLocalConverter(Class, String) - Method in class com.thoughtworks.xstream.mapper.AnnotationMapper
 
getLocalConverter(Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
getLocalConverter(Class, String) - Method in class com.thoughtworks.xstream.mapper.LocalConversionMapper
 
getLocalConverter(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
 
getLocalConverter(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
getMapper() - Method in class com.thoughtworks.xstream.core.TreeMarshaller
 
getMapper() - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
getMapper() - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
 
getMapper() - Method in class com.thoughtworks.xstream.XStream
Retrieve the Mapper.
getMessage() - Method in exception com.thoughtworks.xstream.converters.ErrorWritingException
 
getName() - Method in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
Gets the name of the property that this getter extracts.
getName() - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
getName(Object) - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
Given a key, the escape method returns the filename which shall be used.
getName(Object) - Method in class com.thoughtworks.xstream.persistence.FilePersistenceStrategy
Given a key, the escape method returns the filename which shall be used.
getName(Object) - Method in class com.thoughtworks.xstream.persistence.FileStreamStrategy
Deprecated.
Given a key, the escape method returns the filename which shall be used.
getNameCoder() - Method in class com.thoughtworks.xstream.io.AbstractDriver
 
getNameCoder() - Method in class com.thoughtworks.xstream.io.json.JsonWriter.Format
Retrieve the NameCoder.
getNewLine() - Method in class com.thoughtworks.xstream.io.json.JsonWriter.Format
Retrieve the newLine.
getNewLine() - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
Retrieve the line terminator.
getNodeName() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
getNodeName() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Get the name of the current node.
getNodeName() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
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.JDom2Reader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getNodeName() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getOrder() - Method in class com.thoughtworks.xstream.converters.reflection.FieldKey
 
getOutputFactory() - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
getOutputFormat() - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
getParent() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
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.JDom2Reader
 
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.xppdom.XppDom
 
getParent() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getPath() - Method in class com.thoughtworks.xstream.io.path.PathTracker
Current Path in stream.
getProperty(String, Class) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
getProperty(String) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Looks up the value of a property.
getPropertyType(Object, String) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
getPropertyType(Object, String) - Method in interface com.thoughtworks.xstream.converters.javabean.JavaBeanProvider
 
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
 
getQNameMap() - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
 
getReference() - Method in class com.thoughtworks.xstream.core.ClassLoaderReference
 
getReferenceKey(String) - Method in class com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller
 
getReferenceKey(String) - Method in class com.thoughtworks.xstream.core.ReferenceByIdUnmarshaller
 
getReferenceKey(String) - Method in class com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller
 
getReflectionProvider() - Method in class com.thoughtworks.xstream.XStream
Retrieve the ReflectionProvider in use.
getRequiredType() - Method in interface com.thoughtworks.xstream.converters.UnmarshallingContext
 
getRequiredType() - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
getSerializableProperties(Object) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
getShortMessage() - Method in exception com.thoughtworks.xstream.converters.ErrorWritingException
 
getStaxInputFactory() - Static method in class com.thoughtworks.xstream.core.JVM
Get the XMLInputFactory implementation used normally by the current Java runtime as standard.
getStaxOutputFactory() - Static method in class com.thoughtworks.xstream.core.JVM
Get the XMLOutputFactory implementation used normally by the current Java runtime as standard.
getter - Variable in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
the getter
getTopLevelNodes() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
 
getTopLevelNodes() - Method in interface com.thoughtworks.xstream.io.xml.DocumentWriter
Retrieve a List with the top elements.
getType() - Method in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
Returns the property type
getType() - Method in class com.thoughtworks.xstream.io.binary.Token
 
getType(Class) - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Method to return the appropriate JSON type for a Java type.
getValue() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
getValue() - Method in class com.thoughtworks.xstream.io.binary.Token
 
getValue() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Get the value (text content) of the current node.
getValue() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
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.JDom2Reader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
getValue() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
getXMLReader() - Method in class com.thoughtworks.xstream.io.xml.TraxSource
Returns the XMLReader to be used for the Source.
getXMLStreamWriter() - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
 
GregorianCalendarConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a java.util.GregorianCalendar to XML.
GregorianCalendarConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter
 

H

hashCode() - Method in class com.thoughtworks.xstream.converters.reflection.FieldKey
 
hashCode() - Method in class com.thoughtworks.xstream.io.binary.Token
 
hashCode() - Method in class com.thoughtworks.xstream.io.path.Path
 
hashCode() - Method in class com.thoughtworks.xstream.security.AnyTypePermission
 
hashCode() - Method in class com.thoughtworks.xstream.security.ArrayTypePermission
 
hashCode() - Method in class com.thoughtworks.xstream.security.CGLIBProxyTypePermission
 
hashCode() - Method in class com.thoughtworks.xstream.security.InterfaceTypePermission
 
hashCode() - Method in class com.thoughtworks.xstream.security.NoTypePermission
 
hashCode() - Method in class com.thoughtworks.xstream.security.PrimitiveTypePermission
 
hashCode() - Method in class com.thoughtworks.xstream.security.ProxyTypePermission
 
hasMoreChildren() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
hasMoreChildren() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Does the node have any more children remaining that have not yet been read?
hasMoreChildren() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
hasMoreChildren() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
hasMoreChildren() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
hasNext() - Method in class com.thoughtworks.xstream.io.AttributeNameIterator
Deprecated.
 
hasNext() - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy.XmlMapEntriesIterator
 
hasOptimizedTreeMapPutAll() - Static method in class com.thoughtworks.xstream.core.JVM
Checks if TreeMap.putAll is optimized for SortedMap argument.
hasOptimizedTreeSetAddAll() - Static method in class com.thoughtworks.xstream.core.JVM
Checks if TreeSet.addAll is optimized for SortedSet argument.
HierarchicalStreamCopier - Class in com.thoughtworks.xstream.io.copy
Tool for copying the contents of one HierarichalStreamReader to a HierarichalStreamWriter.
HierarchicalStreamCopier() - Constructor for class com.thoughtworks.xstream.io.copy.HierarchicalStreamCopier
 
HierarchicalStreamDriver - Interface in com.thoughtworks.xstream.io
Provides implementation of stream parsers and writers to XStream.
HierarchicalStreamReader - Interface in com.thoughtworks.xstream.io
 
HierarchicalStreamWriter - Interface in com.thoughtworks.xstream.io
 
hierarchyFor(Class) - Method in class com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter
 
hierarchyFor(Class) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
HijrahDateConverter - Class in com.thoughtworks.xstream.converters.time
Converts a HijrahDate to a string.
HijrahDateConverter() - Constructor for class com.thoughtworks.xstream.converters.time.HijrahDateConverter
Constructs a HijrahDateConverter instance.

I

id - Variable in class com.thoughtworks.xstream.io.binary.Token
 
ID_REFERENCES - Static variable in class com.thoughtworks.xstream.XStream
 
IEEE_754_MODE - Static variable in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
IEEE_754_MODE keeps precision of 64-bit integer values.
ignoreUnknownElements() - Method in class com.thoughtworks.xstream.XStream
Ignore all unknown elements.
ignoreUnknownElements(String) - Method in class com.thoughtworks.xstream.XStream
Add pattern for unknown element names to ignore.
ignoreUnknownElements(Pattern) - Method in class com.thoughtworks.xstream.XStream
Add pattern for unknown element names to ignore.
ImmutableFieldKeySorter - Class in com.thoughtworks.xstream.converters.reflection
Does not change the order of the fields.
ImmutableFieldKeySorter() - Constructor for class com.thoughtworks.xstream.converters.reflection.ImmutableFieldKeySorter
 
ImmutableTypesMapper - Class in com.thoughtworks.xstream.mapper
Mapper that specifies which types are basic immutable types.
ImmutableTypesMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.ImmutableTypesMapper
 
ImplicitCollectionMapper - Class in com.thoughtworks.xstream.mapper
 
ImplicitCollectionMapper(Mapper, ReflectionProvider) - Constructor for class com.thoughtworks.xstream.mapper.ImplicitCollectionMapper
 
init() - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
init() - Method in class com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider
 
InitializationException - Exception in com.thoughtworks.xstream
Exception thrown configuring an XStream instance.
InitializationException(String, Throwable) - Constructor for exception com.thoughtworks.xstream.InitializationException
 
InitializationException(String) - Constructor for exception com.thoughtworks.xstream.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception com.thoughtworks.xstream.XStream.InitializationException
Deprecated.
InitializationException(String) - Constructor for exception com.thoughtworks.xstream.XStream.InitializationException
Deprecated.
As of 1.3, use InitializationException(String) instead
InputManipulationException - Exception in com.thoughtworks.xstream.security
Class for a Security Exception assuming input manipulation in XStream.
InputManipulationException(String) - Constructor for exception com.thoughtworks.xstream.security.InputManipulationException
Constructs a SecurityException.
InstantConverter - Class in com.thoughtworks.xstream.converters.time
Converts a Instant instance to string.
InstantConverter() - Constructor for class com.thoughtworks.xstream.converters.time.InstantConverter
 
instantiateNewInstance(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
IntConverter - Class in com.thoughtworks.xstream.converters.basic
Converts an int primitive or java.lang.Integer wrapper to a String.
IntConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.IntConverter
 
INTERFACES - Static variable in class com.thoughtworks.xstream.security.InterfaceTypePermission
 
InterfaceTypePermission - Class in com.thoughtworks.xstream.security
Permission for any interface type.
InterfaceTypePermission() - Constructor for class com.thoughtworks.xstream.security.InterfaceTypePermission
 
is14() - Static method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.4, minimal JDK version is 1.4 already
is15() - Static method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.4, minimal JDK version will be 1.7 for next major release
is16() - Static method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.4, minimal JDK version will be 1.7 for next major release
is17() - Static method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.10, minimal JDK version will be 1.7 for next major release
is18() - Static method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.11 use JVM.isVersion(int).
is19() - Static method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.10 use JVM.isVersion(int).
is9() - Static method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.11 use JVM.isVersion(int)
isAncestor(Path) - Method in class com.thoughtworks.xstream.io.path.Path
 
isArray(Class) - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Method to declare various Java types to be handles as JSON array.
isAWTAvailable() - Static method in class com.thoughtworks.xstream.core.JVM
Checks if AWT is available.
isIgnoredElement(String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
isIgnoredElement(String) - Method in class com.thoughtworks.xstream.mapper.ElementIgnoringMapper
 
isIgnoredElement(String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Whether this name can be ignored.
isIgnoredElement(String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
isImmutableValueType(Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
isImmutableValueType(Class) - Method in class com.thoughtworks.xstream.mapper.EnumMapper
 
isImmutableValueType(Class) - Method in class com.thoughtworks.xstream.mapper.ImmutableTypesMapper
 
isImmutableValueType(Class) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Whether this type is a simple immutable value (int, boolean, String, URL, etc).
isImmutableValueType(Class) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
isNameEncoding - Variable in class com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller
 
isNamespaceRepairingMode() - Method in class com.thoughtworks.xstream.io.xml.StaxWriter
Is StAX namespace repairing mode on or off?
ISO8601DateConverter - Class in com.thoughtworks.xstream.converters.extended
A DateConverter conforming to the ISO8601 standard.
ISO8601DateConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.ISO8601DateConverter
 
ISO8601GregorianCalendarConverter - Class in com.thoughtworks.xstream.converters.extended
A GregorianCalendarConverter conforming to the ISO8601 standard.
ISO8601GregorianCalendarConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.ISO8601GregorianCalendarConverter
 
ISO8601SqlTimestampConverter - Class in com.thoughtworks.xstream.converters.extended
A SqlTimestampConverter conforming to the ISO8601 standard.
ISO8601SqlTimestampConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.ISO8601SqlTimestampConverter
 
isReadable() - Method in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
Gets whether this property can get get.
isReferenceable(Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
isReferenceable(Class) - Method in class com.thoughtworks.xstream.mapper.EnumMapper
 
isReferenceable(Class) - Method in class com.thoughtworks.xstream.mapper.ImmutableTypesMapper
 
isReferenceable(Class) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Whether this type is referenceable in a stream.
isReferenceable(Class) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
isRepairingNamespace() - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
isSQLAvailable() - Static method in class com.thoughtworks.xstream.core.JVM
Checks if SQL is available.
isSwingAvailable() - Static method in class com.thoughtworks.xstream.core.JVM
Checks if Swing is available.
isValid(File, String) - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
 
isValid(File, String) - Method in class com.thoughtworks.xstream.persistence.FilePersistenceStrategy
 
isVersion(int) - Static method in class com.thoughtworks.xstream.core.JVM
Checks current runtime against provided major Java version.
isWritable() - Method in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
Gets whether this property can be set.
itemTypeAsAttribute(Class) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
Deprecated.
As of 1.4.9
iterator() - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
 
iterator() - Method in interface com.thoughtworks.xstream.persistence.PersistenceStrategy
 
iterator() - Method in class com.thoughtworks.xstream.persistence.XmlSet
 

J

JapaneseDateConverter - Class in com.thoughtworks.xstream.converters.time
Converts a JapaneseDate to a string.
JapaneseDateConverter() - Constructor for class com.thoughtworks.xstream.converters.time.JapaneseDateConverter
 
JapaneseEraConverter - Class in com.thoughtworks.xstream.converters.time
Converts a JapaneseEra instance to a string using its id.
JapaneseEraConverter() - Constructor for class com.thoughtworks.xstream.converters.time.JapaneseEraConverter
 
JavaBeanConverter - Class in com.thoughtworks.xstream.converters.javabean
Can convert any bean with a public default constructor.
JavaBeanConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
 
JavaBeanConverter(Mapper, Class) - Constructor for class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
 
JavaBeanConverter(Mapper, JavaBeanProvider) - Constructor for class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
 
JavaBeanConverter(Mapper, JavaBeanProvider, Class) - Constructor for class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
 
JavaBeanConverter(Mapper, String) - Constructor for class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
JavaBeanConverter.DuplicateFieldException - Exception in com.thoughtworks.xstream.converters.javabean
Deprecated.
As of 1.3
JavaBeanConverter.DuplicatePropertyException - Exception in com.thoughtworks.xstream.converters.javabean
Exception to indicate double processing of a property to avoid silent clobbering.
JavaBeanProvider - Interface in com.thoughtworks.xstream.converters.javabean
 
JavaBeanProvider.Visitor - Interface in com.thoughtworks.xstream.converters.javabean
 
JavaClassConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a java.lang.Class to XML.
JavaClassConverter(ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaClassConverter
Construct a JavaClassConverter.
JavaClassConverter(ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaClassConverter
Deprecated.
JavaClassConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaClassConverter
Construct a JavaClassConverter that uses a provided mapper.
JavaFieldConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a java.lang.reflect.Field to XML.
JavaFieldConverter(ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaFieldConverter
Construct a JavaFieldConverter.
JavaFieldConverter(ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaFieldConverter
Deprecated.
JavaFieldConverter(SingleValueConverter, Mapper) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaFieldConverter
Construct a JavaFieldConverter.
JavaMethodConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a java.lang.reflect.Method to XML.
JavaMethodConverter(ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaMethodConverter
Construct a JavaMethodConverter.
JavaMethodConverter(ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaMethodConverter
Deprecated.
JavaMethodConverter(SingleValueConverter) - Constructor for class com.thoughtworks.xstream.converters.extended.JavaMethodConverter
Construct a JavaMethodConverter.
JDom2Driver - Class in com.thoughtworks.xstream.io.xml
 
JDom2Driver() - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Driver
 
JDom2Driver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Driver
 
JDom2Reader - Class in com.thoughtworks.xstream.io.xml
 
JDom2Reader(Element) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Reader
 
JDom2Reader(Document) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Reader
 
JDom2Reader(Element, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Reader
 
JDom2Reader(Document, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Reader
 
JDom2Writer - Class in com.thoughtworks.xstream.io.xml
 
JDom2Writer(Element, JDOMFactory, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Writer
 
JDom2Writer(Element, JDOMFactory) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Writer
 
JDom2Writer(JDOMFactory, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Writer
 
JDom2Writer(JDOMFactory) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Writer
 
JDom2Writer(Element, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Writer
 
JDom2Writer(Element) - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Writer
 
JDom2Writer() - Constructor for class com.thoughtworks.xstream.io.xml.JDom2Writer
 
JDomDriver - Class in com.thoughtworks.xstream.io.xml
 
JDomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.JDomDriver
 
JDomDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDomDriver
 
JDomDriver(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.JDomDriver
Deprecated.
As of 1.4, use JDomDriver(NameCoder) instead.
JDomReader - Class in com.thoughtworks.xstream.io.xml
 
JDomReader(Element) - Constructor for class com.thoughtworks.xstream.io.xml.JDomReader
 
JDomReader(Document) - Constructor for class com.thoughtworks.xstream.io.xml.JDomReader
 
JDomReader(Element, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDomReader
 
JDomReader(Document, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDomReader
 
JDomReader(Element, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.JDomReader
Deprecated.
As of 1.4, use JDomReader(Element, NameCoder) instead.
JDomReader(Document, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.JDomReader
Deprecated.
As of 1.4, use JDomReader(Document, NameCoder) instead.
JDomWriter - Class in com.thoughtworks.xstream.io.xml
 
JDomWriter(Element, JDOMFactory, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JDomWriter(Element, JDOMFactory, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
Deprecated.
JDomWriter(Element, JDOMFactory) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JDomWriter(JDOMFactory, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JDomWriter(JDOMFactory, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
Deprecated.
As of 1.4 use JDomWriter(JDOMFactory, NameCoder) instead.
JDomWriter(JDOMFactory) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JDomWriter(Element, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JDomWriter(Element, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
Deprecated.
As of 1.4 use JDomWriter(Element, NameCoder) instead.
JDomWriter(Element) - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JDomWriter() - Constructor for class com.thoughtworks.xstream.io.xml.JDomWriter
 
JettisonMappedXmlDriver - Class in com.thoughtworks.xstream.io.json
Simple XStream driver wrapping Jettison's Mapped reader and writer.
JettisonMappedXmlDriver() - Constructor for class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
Construct a JettisonMappedXmlDriver.
JettisonMappedXmlDriver(Configuration) - Constructor for class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
Construct a JettisonMappedXmlDriver with configuration.
JettisonMappedXmlDriver(Configuration, boolean) - Constructor for class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
Construct a JettisonMappedXmlDriver with configuration.
JettisonStaxWriter - Class in com.thoughtworks.xstream.io.json
A specialized StaxWriter that makes usage of internal functionality of Jettison.
JettisonStaxWriter(QNameMap, XMLStreamWriter, boolean, boolean, NameCoder, MappedNamespaceConvention) - Constructor for class com.thoughtworks.xstream.io.json.JettisonStaxWriter
 
JettisonStaxWriter(QNameMap, XMLStreamWriter, boolean, boolean, XmlFriendlyReplacer, MappedNamespaceConvention) - Constructor for class com.thoughtworks.xstream.io.json.JettisonStaxWriter
JettisonStaxWriter(QNameMap, XMLStreamWriter, boolean, boolean, MappedNamespaceConvention) - Constructor for class com.thoughtworks.xstream.io.json.JettisonStaxWriter
 
JettisonStaxWriter(QNameMap, XMLStreamWriter, MappedNamespaceConvention) - Constructor for class com.thoughtworks.xstream.io.json.JettisonStaxWriter
 
JettisonStaxWriter(QNameMap, XMLStreamWriter, NameCoder, MappedNamespaceConvention) - Constructor for class com.thoughtworks.xstream.io.json.JettisonStaxWriter
 
JsonHierarchicalStreamDriver - Class in com.thoughtworks.xstream.io.json
A driver for JSON that writes optimized JSON format, but is not able to deserialize the result.
JsonHierarchicalStreamDriver() - Constructor for class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver
Construct a JsonHierarchicalStreamDriver.
JsonHierarchicalStreamDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver
Construct a JsonHierarchicalStreamDriver with name coding.
JsonHierarchicalStreamWriter - Class in com.thoughtworks.xstream.io.json
Deprecated.
As of 1.3.1, use JsonWriter instead
JsonHierarchicalStreamWriter(Writer, char[], String) - Constructor for class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter
Deprecated.
As of 1.3.1, use JsonWriter instead
JsonHierarchicalStreamWriter(Writer, char[]) - Constructor for class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter
Deprecated.
As of 1.3.1, use JsonWriter instead
JsonHierarchicalStreamWriter(Writer, String, String) - Constructor for class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter
Deprecated.
As of 1.3.1, use JsonWriter instead
JsonHierarchicalStreamWriter(Writer, String) - Constructor for class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter
Deprecated.
As of 1.3.1, use JsonWriter instead
JsonHierarchicalStreamWriter(Writer) - Constructor for class com.thoughtworks.xstream.io.json.JsonHierarchicalStreamWriter
Deprecated.
As of 1.3.1, use JsonWriter instead
JsonWriter - Class in com.thoughtworks.xstream.io.json
A simple writer that outputs JSON in a pretty-printed indented stream.
JsonWriter(Writer, char[], String) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
Deprecated.
As of 1.4 use instead
JsonWriter(Writer, char[]) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
Deprecated.
As of 1.4 use instead
JsonWriter(Writer, String, String) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
Deprecated.
As of 1.4 use instead
JsonWriter(Writer, String) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
Deprecated.
As of 1.4 use instead
JsonWriter(Writer) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
 
JsonWriter(Writer, char[], String, int) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
Deprecated.
As of 1.4 use instead
JsonWriter(Writer, int) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
Create a JsonWriter where the writer mode can be chosen.
JsonWriter(Writer, JsonWriter.Format) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
Create a JsonWriter where the format is provided.
JsonWriter(Writer, int, JsonWriter.Format) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
Create a JsonWriter where the writer mode can be chosen and the format definition is provided.
JsonWriter(Writer, int, JsonWriter.Format, int) - Constructor for class com.thoughtworks.xstream.io.json.JsonWriter
Create a JsonWriter.
JsonWriter.Format - Class in com.thoughtworks.xstream.io.json
Format definition for JSON.
JVM - Class in com.thoughtworks.xstream.core
 
JVM() - Constructor for class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.5 use the static methods of JVM.

K

keys() - Method in interface com.thoughtworks.xstream.converters.DataHolder
 
keys() - Method in interface com.thoughtworks.xstream.converters.ErrorWriter
Retrieve an iterator over all keys of the error message.
keys() - Method in exception com.thoughtworks.xstream.converters.ErrorWritingException
 
keys() - Method in class com.thoughtworks.xstream.core.MapBackedDataHolder
 
keys() - Method in class com.thoughtworks.xstream.core.TreeMarshaller
 
keys() - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
KXml2DomDriver - Class in com.thoughtworks.xstream.io.xml
A HierarchicalStreamDriver for XPP DOM using the kXML2 parser.
KXml2DomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.KXml2DomDriver
Construct an KXml2DomDriver.
KXml2DomDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.KXml2DomDriver
Construct a KXml2DomDriver.
KXml2Driver - Class in com.thoughtworks.xstream.io.xml
A HierarchicalStreamDriver using the kXML2 parser.
KXml2Driver() - Constructor for class com.thoughtworks.xstream.io.xml.KXml2Driver
Construct a KXml2Driver.
KXml2Driver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.KXml2Driver
Construct a KXml2Driver.

L

LambdaConverter - Class in com.thoughtworks.xstream.converters.reflection
Converts a lambda type.
LambdaConverter(Mapper, ReflectionProvider, ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.converters.reflection.LambdaConverter
Constructs a LambdaConverter.
LambdaMapper - Class in com.thoughtworks.xstream.mapper
Mapper to map serializable lambda types to the name of their functional interface and non-serializable ones to Mapper.Null.
LambdaMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.LambdaMapper
Constructs a LambdaMapper.
loadClass(String) - Method in class com.thoughtworks.xstream.core.JVM
Deprecated.
loadClass(String, boolean) - Method in class com.thoughtworks.xstream.core.JVM
Deprecated.
loadClassForName(String) - Static method in class com.thoughtworks.xstream.core.JVM
Load a XStream class for the given name.
loadClassForName(String, boolean) - Static method in class com.thoughtworks.xstream.core.JVM
Load a XStream class for the given name.
LocalConversionMapper - Class in com.thoughtworks.xstream.mapper
A Mapper for locally defined converters for a member field.
LocalConversionMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.LocalConversionMapper
Constructs a LocalConversionMapper.
LocalDateConverter - Class in com.thoughtworks.xstream.converters.time
Converts a LocalDate to a string.
LocalDateConverter() - Constructor for class com.thoughtworks.xstream.converters.time.LocalDateConverter
 
LocalDateTimeConverter - Class in com.thoughtworks.xstream.converters.time
Converts a LocalDateTime to a string.
LocalDateTimeConverter() - Constructor for class com.thoughtworks.xstream.converters.time.LocalDateTimeConverter
 
LocaleConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a java.util.Locale to a string.
LocaleConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.LocaleConverter
 
LocalTimeConverter - Class in com.thoughtworks.xstream.converters.time
Converts a LocalTime to a string.
LocalTimeConverter() - Constructor for class com.thoughtworks.xstream.converters.time.LocalTimeConverter
 
LongConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a long primitive or java.lang.Long wrapper to a String.
LongConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.LongConverter
 
LookAndFeelConverter - Class in com.thoughtworks.xstream.converters.extended
A converter for Swing LookAndFeel implementations.
LookAndFeelConverter(Mapper, ReflectionProvider) - Constructor for class com.thoughtworks.xstream.converters.extended.LookAndFeelConverter
Constructs a LookAndFeelConverter.
lookupConverterForType(Class) - Method in interface com.thoughtworks.xstream.converters.ConverterLookup
Lookup a converter for a specific type.
lookupConverterForType(Class) - Method in class com.thoughtworks.xstream.core.DefaultConverterLookup
 
lookupMapperOfType(Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
lookupMapperOfType(Class) - Method in interface com.thoughtworks.xstream.mapper.Mapper
 
lookupMapperOfType(Class) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
lookupName(Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
lookupReference(Object) - Method in interface com.thoughtworks.xstream.core.ReferencingMarshallingContext
Request the reference key for the given item
lookupType(String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 

M

main(String[]) - Static method in class com.thoughtworks.xstream.core.JVM
 
MapBackedDataHolder - Class in com.thoughtworks.xstream.core
 
MapBackedDataHolder() - Constructor for class com.thoughtworks.xstream.core.MapBackedDataHolder
 
MapBackedDataHolder(Map) - Constructor for class com.thoughtworks.xstream.core.MapBackedDataHolder
 
MapConverter - Class in com.thoughtworks.xstream.converters.collections
Converts a java.util.Map to XML, specifying an 'entry' element with 'key' and 'value' children.
MapConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.collections.MapConverter
 
MapConverter(Mapper, Class) - Constructor for class com.thoughtworks.xstream.converters.collections.MapConverter
Construct a MapConverter for a special Map type.
MapIdToValue(long, String) - Constructor for class com.thoughtworks.xstream.io.binary.Token.MapIdToValue
 
MapIdToValue() - Constructor for class com.thoughtworks.xstream.io.binary.Token.MapIdToValue
 
mapNameFromXML(String) - Method in class com.thoughtworks.xstream.mapper.XmlFriendlyMapper
Deprecated.
 
mapNameFromXML(String) - Method in class com.thoughtworks.xstream.mapper.XStream11XmlFriendlyMapper
Deprecated.
 
mapNameToXML(String) - Method in class com.thoughtworks.xstream.mapper.XmlFriendlyMapper
Deprecated.
 
mapper() - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
mapper - Variable in class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
 
mapper - Variable in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
Mapper - Interface in com.thoughtworks.xstream.mapper
 
Mapper.ImplicitCollectionMapping - Interface in com.thoughtworks.xstream.mapper
 
Mapper.Null - Class in com.thoughtworks.xstream.mapper
Place holder type used for null values.
MapperWrapper - Class in com.thoughtworks.xstream.mapper
 
MapperWrapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.MapperWrapper
 
mark() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
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 interface com.thoughtworks.xstream.converters.Converter
Convert an object to textual data.
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.enums.EnumConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.enums.EnumMapConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.enums.EnumSetConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ActivationDataFlavorConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.AtomicLongConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.AtomicReferenceConverter
 
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.JavaFieldConverter
 
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.NamedArrayConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.NamedMapConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.OptionalConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.OptionalIntConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.OptionalLongConverter
 
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.SubjectConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ThrowableConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter
 
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.LambdaConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.SingleValueConverterWrapper
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.time.SystemClockConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.time.ValueRangeConverter
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.time.WeekFieldsConverter
 
marshal(HierarchicalStreamWriter, Object, ConverterLookup, Mapper, DataHolder) - Method in class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
 
marshal(HierarchicalStreamWriter, Object, ConverterLookup, Mapper, 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).
marshalComparator(Comparator, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.TreeMapConverter
 
marshallField(MarshallingContext, Object, Field) - Method in class com.thoughtworks.xstream.annotations.AnnotationReflectionConverter
Deprecated.
 
marshallField(MarshallingContext, Object, Field) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
MarshallingContext - Interface in com.thoughtworks.xstream.converters
 
MarshallingStrategy - Interface in com.thoughtworks.xstream
 
marshalPrincipals(Set, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
marshalPrivateCredentials(Set, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
marshalPublicCredentials(Set, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
marshalReadOnly(boolean, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
marshalUnserializableParent(HierarchicalStreamWriter, MarshallingContext, Object) - Method in class com.thoughtworks.xstream.converters.reflection.SerializableConverter
 
mif - Variable in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
MinguoDateConverter - Class in com.thoughtworks.xstream.converters.time
Converts a MinguoDate to a string.
MinguoDateConverter() - Constructor for class com.thoughtworks.xstream.converters.time.MinguoDateConverter
 
MissingFieldException - Exception in com.thoughtworks.xstream.converters.reflection
Indicates a missing field or property creating an object.
MissingFieldException(String, String) - Constructor for exception com.thoughtworks.xstream.converters.reflection.MissingFieldException
Construct a MissingFieldException.
mode() - Method in class com.thoughtworks.xstream.io.json.JsonWriter.Format
Retrieve the mode flags of the formatter.
mof - Variable in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
MonthDayConverter - Class in com.thoughtworks.xstream.converters.time
Converts a MonthDay instance to string.
MonthDayConverter() - Constructor for class com.thoughtworks.xstream.converters.time.MonthDayConverter
 
moveDown() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
moveDown() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Select the current child as current node.
moveDown() - Method in class com.thoughtworks.xstream.io.path.PathTrackingReader
 
moveDown() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
moveDown() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
moveDown() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
moveUp() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
moveUp() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Select the parent node as current node.
moveUp() - Method in class com.thoughtworks.xstream.io.path.PathTrackingReader
 
moveUp() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
moveUp() - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
moveUp() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
MXParserDomDriver - Class in com.thoughtworks.xstream.io.xml
A HierarchicalStreamDriver for XPP DOM using the MXParser fork.
MXParserDomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.MXParserDomDriver
Construct an MXParserDomDriver.
MXParserDomDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.MXParserDomDriver
Construct an Xpp3DomDriver.
MXParserDriver - Class in com.thoughtworks.xstream.io.xml
A HierarchicalStreamDriver using the MXParser fork.
MXParserDriver() - Constructor for class com.thoughtworks.xstream.io.xml.MXParserDriver
Construct an MXParserDriver.
MXParserDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.MXParserDriver
Construct an Xpp3Driver.

N

NameCoder - Interface in com.thoughtworks.xstream.io.naming
Coder between names in the object graph and names of a target format.
NameCoderWrapper - Class in com.thoughtworks.xstream.io.naming
A wrapper for another NameCoder.
NameCoderWrapper(NameCoder) - Constructor for class com.thoughtworks.xstream.io.naming.NameCoderWrapper
Construct a new wrapper for a NameCoder.
NamedArrayConverter - Class in com.thoughtworks.xstream.converters.extended
An array converter that uses predefined names for its items.
NamedArrayConverter(Class, Mapper, String) - Constructor for class com.thoughtworks.xstream.converters.extended.NamedArrayConverter
Construct a NamedArrayConverter.
NamedCollectionConverter - Class in com.thoughtworks.xstream.converters.extended
A collection converter that uses predefined names for its items.
NamedCollectionConverter(Mapper, String, Class) - Constructor for class com.thoughtworks.xstream.converters.extended.NamedCollectionConverter
Constructs a NamedCollectionConverter.
NamedCollectionConverter(Class, Mapper, String, Class) - Constructor for class com.thoughtworks.xstream.converters.extended.NamedCollectionConverter
Constructs a NamedCollectionConverter handling an explicit Collection type.
NamedMapConverter - Class in com.thoughtworks.xstream.converters.extended
A map converter that uses predefined names for its elements.
NamedMapConverter(Mapper, String, String, Class, String, Class) - Constructor for class com.thoughtworks.xstream.converters.extended.NamedMapConverter
Constructs a NamedMapConverter.
NamedMapConverter(Class, Mapper, String, String, Class, String, Class) - Constructor for class com.thoughtworks.xstream.converters.extended.NamedMapConverter
Constructs a NamedMapConverter handling an explicit Map type.
NamedMapConverter(Mapper, String, String, Class, String, Class, boolean, boolean, ConverterLookup) - Constructor for class com.thoughtworks.xstream.converters.extended.NamedMapConverter
Constructs a NamedMapConverter with attribute support.
NamedMapConverter(Class, Mapper, String, String, Class, String, Class, boolean, boolean, ConverterLookup) - Constructor for class com.thoughtworks.xstream.converters.extended.NamedMapConverter
Constructs a NamedMapConverter with attribute support handling an explicit Map type.
nameToAlias - Variable in class com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper
 
nameToPackage - Variable in class com.thoughtworks.xstream.mapper.PackageAliasingMapper
 
NativeFieldKeySorter - Class in com.thoughtworks.xstream.converters.reflection
Sort the fields in their natural order.
NativeFieldKeySorter() - Constructor for class com.thoughtworks.xstream.converters.reflection.NativeFieldKeySorter
 
nativeMethodElement(String, String) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
Deprecated.
 
NativePropertySorter - Class in com.thoughtworks.xstream.converters.javabean
A sorter that keeps the natural order of the bean properties as they are returned by the JavaBean introspection.
NativePropertySorter() - Constructor for class com.thoughtworks.xstream.converters.javabean.NativePropertySorter
 
newDataHolder() - Method in class com.thoughtworks.xstream.XStream
Create a DataHolder that can be used to pass data to the converters.
newInstance(Class) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
newInstance(Class) - Method in interface com.thoughtworks.xstream.converters.javabean.JavaBeanProvider
 
newInstance(Class) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
newInstance(Class) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider
Creates a new instance of the specified type.
newInstance(Class) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper
 
newInstance(Class) - Method in class com.thoughtworks.xstream.converters.reflection.SunLimitedUnsafeReflectionProvider
 
newReflectionProvider() - Static method in class com.thoughtworks.xstream.core.JVM
Create the best matching ReflectionProvider.
newReflectionProvider(FieldDictionary) - Static method in class com.thoughtworks.xstream.core.JVM
Create the best matching ReflectionProvider.
next(Object) - Method in interface com.thoughtworks.xstream.core.ReferenceByIdMarshaller.IDGenerator
 
next(Object) - Method in class com.thoughtworks.xstream.core.SequenceGenerator
 
next() - Method in class com.thoughtworks.xstream.io.AttributeNameIterator
Deprecated.
 
next() - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy.XmlMapEntriesIterator
 
nextElement() - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Prepare a JSON object or array for another element.
nextElement() - Method in class com.thoughtworks.xstream.io.json.JsonWriter
Prepare a JSON object or array for another element.
NO_PARAMS - Static variable in class com.thoughtworks.xstream.converters.javabean.BeanProvider
Deprecated.
As of 1.4.6
NO_REFERENCES - Static variable in class com.thoughtworks.xstream.XStream
 
NoNameCoder - Class in com.thoughtworks.xstream.io.naming
A NameCoder that does nothing.
NoNameCoder() - Constructor for class com.thoughtworks.xstream.io.naming.NoNameCoder
 
NONE - Static variable in class com.thoughtworks.xstream.security.NoTypePermission
 
NoPermission - Class in com.thoughtworks.xstream.security
Wrapper to negate another type permission.
NoPermission(TypePermission) - Constructor for class com.thoughtworks.xstream.security.NoPermission
Construct a NoPermission.
NoTypePermission - Class in com.thoughtworks.xstream.security
No permission for any type.
NoTypePermission() - Constructor for class com.thoughtworks.xstream.security.NoTypePermission
 
NULL - Static variable in class com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type
 
Null() - Constructor for class com.thoughtworks.xstream.mapper.Mapper.Null
 
NULL - Static variable in class com.thoughtworks.xstream.security.NullPermission
 
NullConverter - Class in com.thoughtworks.xstream.converters.basic
Special converter to signify nulls at the root level.
NullConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.NullConverter
 
NullPermission - Class in com.thoughtworks.xstream.security
Permission for null or XStream's null replacement type.
NullPermission() - Constructor for class com.thoughtworks.xstream.security.NullPermission
 
NUMBER - Static variable in class com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type
 

O

ObjectAccessException - Exception in com.thoughtworks.xstream.converters.reflection
 
ObjectAccessException(String) - Constructor for exception com.thoughtworks.xstream.converters.reflection.ObjectAccessException
 
ObjectAccessException(String, Throwable) - Constructor for exception com.thoughtworks.xstream.converters.reflection.ObjectAccessException
 
OffsetDateTimeConverter - Class in com.thoughtworks.xstream.converters.time
Converts a OffsetDateTime to a string.
OffsetDateTimeConverter() - Constructor for class com.thoughtworks.xstream.converters.time.OffsetDateTimeConverter
 
OffsetTimeConverter - Class in com.thoughtworks.xstream.converters.time
Converts a OffsetTime to a string.
OffsetTimeConverter() - Constructor for class com.thoughtworks.xstream.converters.time.OffsetTimeConverter
 
omitField(Class, String) - Method in class com.thoughtworks.xstream.mapper.ElementIgnoringMapper
 
omitField(Class, String) - Method in class com.thoughtworks.xstream.mapper.FieldAliasingMapper
omitField(Class, String) - Method in class com.thoughtworks.xstream.XStream
Prevents a field from being serialized.
OptionalConverter - Class in com.thoughtworks.xstream.converters.extended
Converts an AtomicReference type.
OptionalConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.extended.OptionalConverter
 
OptionalDoubleConverter - Class in com.thoughtworks.xstream.converters.extended
Converts an AtomicReference type.
OptionalDoubleConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter
 
OptionalIntConverter - Class in com.thoughtworks.xstream.converters.extended
Converts an AtomicReference type.
OptionalIntConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.OptionalIntConverter
 
OptionalLongConverter - Class in com.thoughtworks.xstream.converters.extended
Converts an AtomicReference type.
OptionalLongConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.OptionalLongConverter
 
OTHER - Static variable in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
OuterClassMapper - Class in com.thoughtworks.xstream.mapper
Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class.
OuterClassMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.OuterClassMapper
 
OuterClassMapper(Mapper, String) - Constructor for class com.thoughtworks.xstream.mapper.OuterClassMapper
 

P

PackageAliasingMapper - Class in com.thoughtworks.xstream.mapper
Mapper that allows a package name to be replaced with an alias.
PackageAliasingMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.PackageAliasingMapper
 
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.
Path - Class in com.thoughtworks.xstream.io.path
Represents a path to a single node in the tree.
Path(String) - Constructor for class com.thoughtworks.xstream.io.path.Path
 
Path(String[]) - Constructor for class com.thoughtworks.xstream.io.path.Path
 
PathConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a Path to string.
PathConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.PathConverter
 
PathTracker - Class in com.thoughtworks.xstream.io.path
Maintains the current Path as a stream is moved through.
PathTracker() - Constructor for class com.thoughtworks.xstream.io.path.PathTracker
 
PathTracker(int) - Constructor for class com.thoughtworks.xstream.io.path.PathTracker
 
PathTrackingReader - Class in com.thoughtworks.xstream.io.path
Wrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read.
PathTrackingReader(HierarchicalStreamReader, PathTracker) - Constructor for class com.thoughtworks.xstream.io.path.PathTrackingReader
 
PathTrackingWriter - Class in com.thoughtworks.xstream.io.path
Wrapper for HierarchicalStreamWriter that tracks the path (a subset of XPath) of the current node that is being written.
PathTrackingWriter(HierarchicalStreamWriter, PathTracker) - Constructor for class com.thoughtworks.xstream.io.path.PathTrackingWriter
 
peekElement() - Method in class com.thoughtworks.xstream.io.path.PathTracker
Get the last path element from the stack.
peekElement(int) - Method in class com.thoughtworks.xstream.io.path.PathTracker
Get a path element from the stack.
peekNextChild() - Method in class com.thoughtworks.xstream.io.AbstractReader
 
peekNextChild() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
peekNextChild() - Method in interface com.thoughtworks.xstream.io.ExtendedHierarchicalStreamReader
Deprecated.
Peek the name of the next child.
peekNextChild() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
peekNextChild() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
peekNextChild() - Method in class com.thoughtworks.xstream.io.xml.Dom4JReader
 
peekNextChild() - Method in class com.thoughtworks.xstream.io.xml.DomReader
 
peekNextChild() - Method in class com.thoughtworks.xstream.io.xml.JDom2Reader
 
peekNextChild() - Method in class com.thoughtworks.xstream.io.xml.JDomReader
 
peekNextChild() - Method in class com.thoughtworks.xstream.io.xml.XomReader
 
peekNextChild() - Method in class com.thoughtworks.xstream.io.xml.XppDomReader
 
PeriodConverter - Class in com.thoughtworks.xstream.converters.time
Converts a Period instance to string.
PeriodConverter() - Constructor for class com.thoughtworks.xstream.converters.time.PeriodConverter
 
PersistenceStrategy - Interface in com.thoughtworks.xstream.persistence
A key to a persistent storage and vice-versa strategy interface.
popElement() - Method in class com.thoughtworks.xstream.io.path.PathTracker
Notify the tracker that the stream has moved out of an element.
populateCollection(HierarchicalStreamReader, UnmarshallingContext, Collection) - Method in class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
populateCollection(HierarchicalStreamReader, UnmarshallingContext, Collection, Collection) - Method in class com.thoughtworks.xstream.converters.collections.CollectionConverter
 
populateMap(HierarchicalStreamReader, UnmarshallingContext, Map) - Method in class com.thoughtworks.xstream.converters.collections.MapConverter
 
populateMap(HierarchicalStreamReader, UnmarshallingContext, Map, Map) - Method in class com.thoughtworks.xstream.converters.collections.MapConverter
 
populateMap(HierarchicalStreamReader, UnmarshallingContext, Map, Map) - Method in class com.thoughtworks.xstream.converters.extended.NamedMapConverter
 
populateSet(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
populateTreeMap(HierarchicalStreamReader, UnmarshallingContext, TreeMap, Comparator) - Method in class com.thoughtworks.xstream.converters.collections.TreeMapConverter
 
PrettyPrintWriter - Class in com.thoughtworks.xstream.io.xml
A simple writer that outputs XML in a pretty-printed indented stream.
PrettyPrintWriter(Writer, char[], String, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
Deprecated.
As of 1.3
PrettyPrintWriter(Writer, int, char[], NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer, int, char[], XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
Deprecated.
PrettyPrintWriter(Writer, char[], String) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
Deprecated.
As of 1.3
PrettyPrintWriter(Writer, int, char[]) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer, char[]) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer, String, String) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
Deprecated.
As of 1.3
PrettyPrintWriter(Writer, int, String) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer, String) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer, int, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer, int, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
Deprecated.
PrettyPrintWriter(Writer, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
Deprecated.
PrettyPrintWriter(Writer, int) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PrettyPrintWriter(Writer) - Constructor for class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
PRIMITIVES - Static variable in class com.thoughtworks.xstream.security.PrimitiveTypePermission
 
PrimitiveTypePermission - Class in com.thoughtworks.xstream.security
Permission for any primitive type and its boxed counterpart (excl.
PrimitiveTypePermission() - Constructor for class com.thoughtworks.xstream.security.PrimitiveTypePermission
 
PRIORITY_LOW - Static variable in class com.thoughtworks.xstream.XStream
 
PRIORITY_NORMAL - Static variable in class com.thoughtworks.xstream.XStream
 
PRIORITY_VERY_HIGH - Static variable in class com.thoughtworks.xstream.XStream
 
PRIORITY_VERY_LOW - Static variable in class com.thoughtworks.xstream.XStream
 
processAnnotations(Class[]) - Method in interface com.thoughtworks.xstream.mapper.AnnotationConfiguration
Deprecated.
 
processAnnotations(Class[]) - Method in class com.thoughtworks.xstream.mapper.AnnotationMapper
 
processAnnotations(Class[]) - Method in class com.thoughtworks.xstream.XStream
Process the annotations of the given types and configure the XStream.
processAnnotations(Class) - Method in class com.thoughtworks.xstream.XStream
Process the annotations of the given type and configure the XStream.
PropertiesConverter - Class in com.thoughtworks.xstream.converters.collections
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
 
PropertiesConverter(boolean) - Constructor for class com.thoughtworks.xstream.converters.collections.PropertiesConverter
 
propertiesFor(Class) - Method in class com.thoughtworks.xstream.converters.javabean.PropertyDictionary
 
property(Class, String) - Method in class com.thoughtworks.xstream.converters.javabean.PropertyDictionary
Deprecated.
propertyDefinedInClass(String, Class) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
propertyDefinedInClass(String, Class) - Method in interface com.thoughtworks.xstream.converters.javabean.JavaBeanProvider
 
propertyDescriptor(Class, String) - Method in class com.thoughtworks.xstream.converters.javabean.PropertyDictionary
Locates a property descriptor.
propertyDescriptorOrNull(Class, String) - Method in class com.thoughtworks.xstream.converters.javabean.PropertyDictionary
Locates a property descriptor.
propertyDictionary - Variable in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
PropertyDictionary - Class in com.thoughtworks.xstream.converters.javabean
Builds the properties maps for each bean and caches them.
PropertyDictionary() - Constructor for class com.thoughtworks.xstream.converters.javabean.PropertyDictionary
 
PropertyDictionary(PropertySorter) - Constructor for class com.thoughtworks.xstream.converters.javabean.PropertyDictionary
 
PropertyEditorCapableConverter - Class in com.thoughtworks.xstream.converters.extended
A SingleValueConverter that can utilize a PropertyEditor implementation used for a specific type.
PropertyEditorCapableConverter(Class, Class) - Constructor for class com.thoughtworks.xstream.converters.extended.PropertyEditorCapableConverter
 
PropertySorter - Interface in com.thoughtworks.xstream.converters.javabean
An interface capable of sorting Java bean properties.
propertyWriteable(String, Class) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
PROXIES - Static variable in class com.thoughtworks.xstream.security.CGLIBProxyTypePermission
 
PROXIES - Static variable in class com.thoughtworks.xstream.security.ProxyTypePermission
 
ProxyTypePermission - Class in com.thoughtworks.xstream.security
Permission for any array type.
ProxyTypePermission() - Constructor for class com.thoughtworks.xstream.security.ProxyTypePermission
 
pullElementName() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
Pull the name of the current element from the stream.
pullElementName() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
pullElementName() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
pullNextEvent() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
Pull the next event from the stream.
pullNextEvent() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
pullNextEvent() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
pullText() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
Pull the contents of the current text node from the stream.
pullText() - Method in class com.thoughtworks.xstream.io.xml.StaxReader
 
pullText() - Method in class com.thoughtworks.xstream.io.xml.XppReader
 
PureJavaReflectionProvider - Class in com.thoughtworks.xstream.converters.reflection
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
 
PureJavaReflectionProvider(FieldDictionary) - Constructor for class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
pushBack(Token) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
pushElement(String) - Method in class com.thoughtworks.xstream.io.path.PathTracker
Notify the tracker that the stream has moved into a new element.
put(Object, Object) - Method in interface com.thoughtworks.xstream.converters.DataHolder
 
put(Object, Object) - Method in class com.thoughtworks.xstream.core.MapBackedDataHolder
 
put(Object, Object) - Method in class com.thoughtworks.xstream.core.TreeMarshaller
 
put(Object, Object) - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
put(Object, Object) - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
 
put(Object, Object) - Method in interface com.thoughtworks.xstream.persistence.PersistenceStrategy
 
put(Object, Object) - Method in class com.thoughtworks.xstream.persistence.XmlMap
 
putCurrentEntryIntoMap(HierarchicalStreamReader, UnmarshallingContext, Map, Map) - Method in class com.thoughtworks.xstream.converters.collections.MapConverter
 

Q

QNameMap - Class in com.thoughtworks.xstream.io.xml
Represents a mapping of QName instances 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

read(DataInput) - Method in class com.thoughtworks.xstream.io.binary.Token.Formatter
 
readBareItem(HierarchicalStreamReader, UnmarshallingContext, Object) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
Read a bare item of the collection from the reader.
readBareItem(HierarchicalStreamReader, UnmarshallingContext, Object) - Method in class com.thoughtworks.xstream.converters.extended.NamedCollectionConverter
 
readCompleteItem(HierarchicalStreamReader, UnmarshallingContext, Object) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
Read an item of the collection including the tags from the reader.
reader - Variable in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
ReaderWrapper - Class in com.thoughtworks.xstream.io
Base class to make it easy to create wrappers (decorators) for HierarchicalStreamReader.
ReaderWrapper(HierarchicalStreamReader) - Constructor for class com.thoughtworks.xstream.io.ReaderWrapper
 
readFrom(DataInput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.Attribute
 
readFrom(DataInput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.EndNode
 
readFrom(DataInput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.MapIdToValue
 
readFrom(DataInput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token
 
readFrom(DataInput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.StartNode
 
readFrom(DataInput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.Value
 
readId(DataInput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token
 
readItem(HierarchicalStreamReader, UnmarshallingContext, Object) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
readItem(Class, HierarchicalStreamReader, UnmarshallingContext, Object) - Method in class com.thoughtworks.xstream.converters.extended.NamedMapConverter
 
readResolve() - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
readResolve() - Method in class com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter
 
readResolve() - Method in class com.thoughtworks.xstream.converters.reflection.FieldDictionary
 
readString(DataInput) - Method in class com.thoughtworks.xstream.io.binary.Token
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.ArrayMapper
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.CachingMapper
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.CGLIBMapper
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.DynamicProxyMapper
 
realClass(String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
How a serialized class representation should be mapped back to a real class.
realClass(String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.PackageAliasingMapper
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.SecurityMapper
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.XmlFriendlyMapper
Deprecated.
 
realClass(String) - Method in class com.thoughtworks.xstream.mapper.XStream11XmlFriendlyMapper
Deprecated.
 
realMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.AnnotationMapper
 
realMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
realMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.FieldAliasingMapper
 
realMember(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
How a serialized member representation should be mapped back to a real member.
realMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
realMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.OuterClassMapper
 
realMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.XmlFriendlyMapper
Deprecated.
 
realMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.XStream11XmlFriendlyMapper
Deprecated.
 
reassignCurrentElement(Object) - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentReader
 
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.JDom2Reader
 
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
 
ReferenceByIdMarshaller - Class in com.thoughtworks.xstream.core
 
ReferenceByIdMarshaller(HierarchicalStreamWriter, ConverterLookup, Mapper, ReferenceByIdMarshaller.IDGenerator) - Constructor for class com.thoughtworks.xstream.core.ReferenceByIdMarshaller
 
ReferenceByIdMarshaller(HierarchicalStreamWriter, ConverterLookup, Mapper) - Constructor for class com.thoughtworks.xstream.core.ReferenceByIdMarshaller
 
ReferenceByIdMarshaller.IDGenerator - Interface in com.thoughtworks.xstream.core
 
ReferenceByIdMarshallingStrategy - Class in com.thoughtworks.xstream.core
 
ReferenceByIdMarshallingStrategy() - Constructor for class com.thoughtworks.xstream.core.ReferenceByIdMarshallingStrategy
 
ReferenceByIdUnmarshaller - Class in com.thoughtworks.xstream.core
 
ReferenceByIdUnmarshaller(Object, HierarchicalStreamReader, ConverterLookup, Mapper) - Constructor for class com.thoughtworks.xstream.core.ReferenceByIdUnmarshaller
 
ReferenceByXPathMarshaller - Class in com.thoughtworks.xstream.core
 
ReferenceByXPathMarshaller(HierarchicalStreamWriter, ConverterLookup, Mapper, int) - Constructor for class com.thoughtworks.xstream.core.ReferenceByXPathMarshaller
 
ReferenceByXPathMarshallingStrategy - Class in com.thoughtworks.xstream.core
 
ReferenceByXPathMarshallingStrategy(int) - Constructor for class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
 
ReferenceByXPathUnmarshaller - Class in com.thoughtworks.xstream.core
 
ReferenceByXPathUnmarshaller(Object, HierarchicalStreamReader, ConverterLookup, Mapper) - Constructor for class com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller
 
ReferencedImplicitElementException(Object, Path) - Constructor for exception com.thoughtworks.xstream.core.AbstractReferenceMarshaller.ReferencedImplicitElementException
 
ReferencingMarshallingContext - Interface in com.thoughtworks.xstream.core
A MarshallingContext that manages references.
ReflectionConverter - Class in com.thoughtworks.xstream.converters.reflection
 
ReflectionConverter(Mapper, ReflectionProvider) - Constructor for class com.thoughtworks.xstream.converters.reflection.ReflectionConverter
 
ReflectionConverter(Mapper, ReflectionProvider, Class) - Constructor for class com.thoughtworks.xstream.converters.reflection.ReflectionConverter
Construct a ReflectionConverter for an explicit type.
reflectionProvider - Variable in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
ReflectionProvider - Interface in com.thoughtworks.xstream.converters.reflection
Provides core reflection services.
ReflectionProvider.Visitor - Interface in com.thoughtworks.xstream.converters.reflection
A visitor interface for serializable fields defined in a class.
ReflectionProviderWrapper - Class in com.thoughtworks.xstream.converters.reflection
A wrapper implementation for the ReflectionProvider.
ReflectionProviderWrapper(ReflectionProvider) - Constructor for class com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper
 
RegexPatternConverter - Class in com.thoughtworks.xstream.converters.extended
Ensures java.util.regex.Pattern is compiled upon deserialization.
RegexPatternConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.RegexPatternConverter
 
RegexPatternConverter(Converter) - Constructor for class com.thoughtworks.xstream.converters.extended.RegexPatternConverter
Deprecated.
As of 1.4.5, use RegexPatternConverter() instead
RegExpTypePermission - Class in com.thoughtworks.xstream.security
Permission for any type with a name matching one of the provided regular expressions.
RegExpTypePermission(String[]) - Constructor for class com.thoughtworks.xstream.security.RegExpTypePermission
 
RegExpTypePermission(Pattern[]) - Constructor for class com.thoughtworks.xstream.security.RegExpTypePermission
 
registerConverter(Converter, int) - Method in interface com.thoughtworks.xstream.converters.ConverterRegistry
 
registerConverter(Converter, int) - Method in class com.thoughtworks.xstream.core.DefaultConverterLookup
 
registerConverter(Converter) - Method in class com.thoughtworks.xstream.XStream
 
registerConverter(Converter, int) - Method in class com.thoughtworks.xstream.XStream
 
registerConverter(SingleValueConverter) - Method in class com.thoughtworks.xstream.XStream
 
registerConverter(SingleValueConverter, int) - Method in class com.thoughtworks.xstream.XStream
 
registerFieldOrder(Class, String[]) - Method in class com.thoughtworks.xstream.converters.reflection.SortableFieldKeySorter
Registers the field order to use for a specific type.
registerImplicit(Object) - Method in interface com.thoughtworks.xstream.core.ReferencingMarshallingContext
Register an implicit element.
registerLocalConverter(Class, String, Converter) - Method in class com.thoughtworks.xstream.mapper.LocalConversionMapper
 
registerLocalConverter(Class, String, Converter) - Method in class com.thoughtworks.xstream.XStream
Register a local Converter for a field.
registerLocalConverter(Class, String, SingleValueConverter) - Method in class com.thoughtworks.xstream.XStream
Register a local SingleValueConverter for a field.
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
RELATIVE - Static variable in class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
 
relativeTo(Path) - Method in class com.thoughtworks.xstream.io.path.Path
 
remove() - Method in class com.thoughtworks.xstream.io.AttributeNameIterator
Deprecated.
 
remove(Object) - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
 
remove() - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy.XmlMapEntriesIterator
 
remove(Object) - Method in interface com.thoughtworks.xstream.persistence.PersistenceStrategy
 
remove(int) - Method in class com.thoughtworks.xstream.persistence.XmlArrayList
 
remove(Object) - Method in class com.thoughtworks.xstream.persistence.XmlMap
 
replace(Object, Object) - Method in interface com.thoughtworks.xstream.core.ReferencingMarshallingContext
Replace the currently marshalled item.
reset() - Method in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
reverseFieldDefinition() - Static method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.5

S

SaxWriter - Class in com.thoughtworks.xstream.io.xml
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(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.SaxWriter
 
SaxWriter(boolean, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.SaxWriter
 
SaxWriter(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.SaxWriter
Deprecated.
As of 1.4 use SaxWriter(NameCoder) instead.
SaxWriter(boolean, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.SaxWriter
Deprecated.
As of 1.4 use SaxWriter(boolean, NameCoder) instead.
SaxWriter(boolean) - Constructor for class com.thoughtworks.xstream.io.xml.SaxWriter
 
SaxWriter() - Constructor for class com.thoughtworks.xstream.io.xml.SaxWriter
 
SecurityMapper - Class in com.thoughtworks.xstream.mapper
A Mapper implementation injecting a security layer based on permission rules for any type required in the unmarshalling process.
SecurityMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.SecurityMapper
Construct a SecurityMapper.
SecurityMapper(Mapper, TypePermission[]) - Constructor for class com.thoughtworks.xstream.mapper.SecurityMapper
Construct a SecurityMapper.
SecurityUtils - Class in com.thoughtworks.xstream.core
Utility functions for security issues.
SecurityUtils() - Constructor for class com.thoughtworks.xstream.core.SecurityUtils
 
SelfStreamingInstanceChecker - Class in com.thoughtworks.xstream.converters.reflection
Deprecated.
As of 1.4.5 use SelfStreamingInstanceChecker
SelfStreamingInstanceChecker(Converter, Object) - Constructor for class com.thoughtworks.xstream.converters.reflection.SelfStreamingInstanceChecker
Deprecated.
 
SequenceGenerator - Class in com.thoughtworks.xstream.core
 
SequenceGenerator(int) - Constructor for class com.thoughtworks.xstream.core.SequenceGenerator
 
SerializableConverter - Class in com.thoughtworks.xstream.converters.reflection
Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND implement or inherit a custom readObject()/writeObject() method.
SerializableConverter(Mapper, ReflectionProvider, ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.converters.reflection.SerializableConverter
Construct a SerializableConverter.
SerializableConverter(Mapper, ReflectionProvider, ClassLoader) - Constructor for class com.thoughtworks.xstream.converters.reflection.SerializableConverter
SerializableConverter(Mapper, ReflectionProvider) - Constructor for class com.thoughtworks.xstream.converters.reflection.SerializableConverter
serializableFieldsFor(Class) - Method in class com.thoughtworks.xstream.converters.reflection.FieldDictionary
Deprecated.
As of 1.3, use FieldDictionary.fieldsFor(Class) instead
serializablePropertiesFor(Class) - Method in class com.thoughtworks.xstream.converters.javabean.PropertyDictionary
Deprecated.
serializationMembers - Variable in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
serializationMethodInvoker - Variable in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
SerializationMethodInvoker - Class in com.thoughtworks.xstream.converters.reflection
Deprecated.
As of 1.4.8, moved into internal util package.
SerializationMethodInvoker() - Constructor for class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
Deprecated.
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.AnnotationMapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.ArrayMapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.CGLIBMapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.ClassAliasingMapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.DefaultImplementationsMapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.DynamicProxyMapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.EnumMapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.LambdaMapper
 
serializedClass(Class) - Method in interface com.thoughtworks.xstream.mapper.Mapper
How a class name should be represented in its serialized form.
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.PackageAliasingMapper
 
serializedClass(Class) - Method in class com.thoughtworks.xstream.mapper.XmlFriendlyMapper
Deprecated.
 
serializedMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
serializedMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.FieldAliasingMapper
 
serializedMember(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
How a class member should be represented in its serialized form.
serializedMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
serializedMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.OuterClassMapper
 
serializedMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.XmlFriendlyMapper
Deprecated.
 
set(String, String) - Method in interface com.thoughtworks.xstream.converters.ErrorWriter
Set some information to the error message.
set(String, String) - Method in exception com.thoughtworks.xstream.converters.ErrorWritingException
 
set(Object, Object) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
Sets the value of this property for the specified Object.
set(int, Object) - Method in class com.thoughtworks.xstream.persistence.XmlArrayList
 
setAlias(String) - Method in class com.thoughtworks.xstream.mapper.DynamicProxyMapper
 
setAttribute(String, String) - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
setClassLoader(ClassLoader) - Method in class com.thoughtworks.xstream.XStream
Change the ClassLoader XStream uses to load classes.
setCollectionUpdateLimit(int) - Method in class com.thoughtworks.xstream.XStream
Set time limit for adding elements to collections or maps.
setContentHandler(ContentHandler) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Allows an application to register a content event handler.
setConverterLookup(ConverterLookup) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
Deprecated.
As of 1.3
setDefaultNamespace(String) - Method in class com.thoughtworks.xstream.io.xml.QNameMap
 
setDefaultPrefix(String) - Method in class com.thoughtworks.xstream.io.xml.QNameMap
 
setDocumentFactory(DocumentFactory) - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
setDTDHandler(DTDHandler) - Method in class com.thoughtworks.xstream.io.xml.SaxWriter
Allows an application to register a DTD event handler.
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.
setFieldDictionary(FieldDictionary) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
setGetterMethod(Method) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
 
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.
setOutputFormat(OutputFormat) - Method in class com.thoughtworks.xstream.io.xml.Dom4JDriver
 
setParent(XppDom) - Method in class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
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
 
setReference(ClassLoader) - Method in class com.thoughtworks.xstream.core.ClassLoaderReference
 
setRepairingNamespace(boolean) - Method in class com.thoughtworks.xstream.io.xml.StaxDriver
 
setSetterMethod(Method) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProperty
Deprecated.
 
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.
setupAliases() - Method in class com.thoughtworks.xstream.XStream
 
setupConverters() - Method in class com.thoughtworks.xstream.XStream
 
setupDefaultImplementations() - Method in class com.thoughtworks.xstream.XStream
 
setupDefaultSecurity(XStream) - Static method in class com.thoughtworks.xstream.XStream
Deprecated.
As of 1.4.18
setupImmutableTypes() - Method in class com.thoughtworks.xstream.XStream
 
setupSecurity() - Method in class com.thoughtworks.xstream.XStream
 
setValue(String) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamWriter
 
setValue(String) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
Write the value (text content) of the current node.
setValue(String) - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.StatefulWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.WriterWrapper
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.DomWriter
 
setValue(String) - Method in class com.thoughtworks.xstream.io.xml.JDom2Writer
 
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.xppdom.XppDom
 
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.
ShortConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a short primitive or java.lang.Short wrapper to a String.
ShortConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.ShortConverter
 
shouldConvert(Class, Object) - Method in class com.thoughtworks.xstream.converters.basic.BooleanConverter
Deprecated.
shouldLookForSingleValueConverter(String, Class, Class) - Method in class com.thoughtworks.xstream.mapper.AttributeMapper
 
shouldSerializeMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.DefaultMapper
 
shouldSerializeMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.ElementIgnoringMapper
 
shouldSerializeMember(Class, String) - Method in interface com.thoughtworks.xstream.mapper.Mapper
Determine whether a specific member should be serialized.
shouldSerializeMember(Class, String) - Method in class com.thoughtworks.xstream.mapper.MapperWrapper
 
shouldUnmarshalField(Field) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
shouldUnmarshalTransientFields() - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
shouldVisit(String, Class) - Method in interface com.thoughtworks.xstream.converters.javabean.JavaBeanProvider.Visitor
 
SINGLE_NODE - Static variable in class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
 
SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES - Static variable in class com.thoughtworks.xstream.XStream
 
SINGLE_NODE_XPATH_RELATIVE_REFERENCES - Static variable in class com.thoughtworks.xstream.XStream
 
SingletonCollectionConverter - Class in com.thoughtworks.xstream.converters.collections
Converts singleton collections (list and set) to XML, specifying a nested element for the item.
SingletonCollectionConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.collections.SingletonCollectionConverter
Construct a SingletonCollectionConverter.
SingletonMapConverter - Class in com.thoughtworks.xstream.converters.collections
Converts a singleton map to XML, specifying an 'entry' element with 'key' and 'value' children.
SingletonMapConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.collections.SingletonMapConverter
Construct a SingletonMapConverter.
SingleValueConverter - Interface in com.thoughtworks.xstream.converters
SingleValueConverter implementations are marshallable to/from a single value String representation.
SingleValueConverterWrapper - Class in com.thoughtworks.xstream.converters
Wrapper to convert a SingleValueConverter into a Converter.
SingleValueConverterWrapper(SingleValueConverter) - Constructor for class com.thoughtworks.xstream.converters.SingleValueConverterWrapper
 
size() - Method in class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy
 
size() - Method in interface com.thoughtworks.xstream.persistence.PersistenceStrategy
 
size() - Method in class com.thoughtworks.xstream.persistence.XmlArrayList
 
size() - Method in class com.thoughtworks.xstream.persistence.XmlMap
 
size() - Method in class com.thoughtworks.xstream.persistence.XmlSet
 
SjsxpDriver - Class in com.thoughtworks.xstream.io.xml
Deprecated.
As of 1.4.5 use StandardStaxDriver
SjsxpDriver() - Constructor for class com.thoughtworks.xstream.io.xml.SjsxpDriver
Deprecated.
As of 1.4.5 use StandardStaxDriver()
SjsxpDriver(QNameMap, XmlFriendlyNameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.SjsxpDriver
SjsxpDriver(QNameMap) - Constructor for class com.thoughtworks.xstream.io.xml.SjsxpDriver
Deprecated.
SjsxpDriver(XmlFriendlyNameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.SjsxpDriver
Deprecated.
sort(Class, Map) - Method in class com.thoughtworks.xstream.converters.javabean.ComparingPropertySorter
 
sort(Class, Map) - Method in class com.thoughtworks.xstream.converters.javabean.NativePropertySorter
 
sort(Class, Map) - Method in interface com.thoughtworks.xstream.converters.javabean.PropertySorter
Sort the properties of a bean type.
sort(Class, Map) - Method in interface com.thoughtworks.xstream.converters.reflection.FieldKeySorter
Sort the fields of a type.
sort(Class, Map) - Method in class com.thoughtworks.xstream.converters.reflection.ImmutableFieldKeySorter
 
sort(Class, Map) - Method in class com.thoughtworks.xstream.converters.reflection.NativeFieldKeySorter
 
sort(Class, Map) - Method in class com.thoughtworks.xstream.converters.reflection.SortableFieldKeySorter
 
sort(Class, Map) - Method in class com.thoughtworks.xstream.converters.reflection.XStream12FieldKeySorter
 
SortableFieldKeySorter - Class in com.thoughtworks.xstream.converters.reflection
The default implementation for sorting fields.
SortableFieldKeySorter() - Constructor for class com.thoughtworks.xstream.converters.reflection.SortableFieldKeySorter
 
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.
SPACE_AFTER_LABEL - Static variable in class com.thoughtworks.xstream.io.json.JsonWriter.Format
 
SqlDateConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a java.sql.Date to text.
SqlDateConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.SqlDateConverter
 
SqlTimeConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a java.sql.Time to text.
SqlTimeConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.SqlTimeConverter
 
SqlTimestampConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a Timestamp to a string.
SqlTimestampConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.SqlTimestampConverter
Constructs a SqlTimestampConverter using UTC format.
SqlTimestampConverter(TimeZone) - Constructor for class com.thoughtworks.xstream.converters.extended.SqlTimestampConverter
Constructs a SqlTimestampConverter.
StackTraceElementConverter - Class in com.thoughtworks.xstream.converters.extended
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 in com.thoughtworks.xstream.converters.extended
Deprecated.
As of 1.4.8, it is an internal helper class
StackTraceElementFactory() - Constructor for class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
Deprecated.
 
StandardStaxDriver - Class in com.thoughtworks.xstream.io.xml
A driver using the standard JDK StAX implementation provided by the Java runtime (since Java 6).
StandardStaxDriver() - Constructor for class com.thoughtworks.xstream.io.xml.StandardStaxDriver
 
StandardStaxDriver(QNameMap, XmlFriendlyNameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.StandardStaxDriver
Deprecated.
StandardStaxDriver(QNameMap, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.StandardStaxDriver
 
StandardStaxDriver(QNameMap) - Constructor for class com.thoughtworks.xstream.io.xml.StandardStaxDriver
 
StandardStaxDriver(XmlFriendlyNameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.StandardStaxDriver
Deprecated.
StandardStaxDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.StandardStaxDriver
 
start(Object, DataHolder) - Method in class com.thoughtworks.xstream.core.TreeMarshaller
 
start(DataHolder) - Method in class com.thoughtworks.xstream.core.TreeUnmarshaller
 
START_NODE - Static variable in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
startArray() - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Start a JSON array.
startArray() - Method in class com.thoughtworks.xstream.io.json.JsonWriter
Start a JSON array.
startNode(String, Class) - Method in class com.thoughtworks.xstream.io.AbstractWriter
startNode(String) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamWriter
 
startNode(String, Class) - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamWriter
 
StartNode(long) - Constructor for class com.thoughtworks.xstream.io.binary.Token.StartNode
 
StartNode() - Constructor for class com.thoughtworks.xstream.io.binary.Token.StartNode
 
startNode(String, Class) - Method in interface com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter
Deprecated.
 
startNode(HierarchicalStreamWriter, String, Class) - Static method in class com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriterHelper
Deprecated.
As of 1.4.11, with version 1.5.0 use HierarchicalStreamWriter#startNode(String, Class) directly. This helper will be no longer required.
startNode(String) - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
 
startNode(String, Class) - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
 
startNode(String, Class) - Method in class com.thoughtworks.xstream.io.json.JettisonStaxWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.json.JettisonStaxWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.path.PathTrackingWriter
 
startNode(String, Class) - Method in class com.thoughtworks.xstream.io.path.PathTrackingWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.StatefulWriter
 
startNode(String, Class) - Method in class com.thoughtworks.xstream.io.StatefulWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.WriterWrapper
 
startNode(String, Class) - Method in class com.thoughtworks.xstream.io.WriterWrapper
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
 
startNode(String) - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
startNode(String, Class) - 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
 
startObject() - Method in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
Start a JSON object.
startObject() - Method in class com.thoughtworks.xstream.io.json.JsonWriter
Start a JSON object.
state() - Method in class com.thoughtworks.xstream.io.StatefulWriter
Retrieve the state of the writer.
STATE_CLOSED - Static variable in class com.thoughtworks.xstream.io.StatefulWriter
STATE_CLOSED is the state if the writer has been closed.
STATE_NODE_END - Static variable in class com.thoughtworks.xstream.io.StatefulWriter
STATE_NODE_END is the state if a node has ended
STATE_NODE_START - Static variable in class com.thoughtworks.xstream.io.StatefulWriter
STATE_NODE_START is the state of a new node has been started.
STATE_OPEN - Static variable in class com.thoughtworks.xstream.io.StatefulWriter
STATE_OPEN is the initial value of the writer.
STATE_VALUE - Static variable in class com.thoughtworks.xstream.io.StatefulWriter
STATE_VALUE is the state if the value of a node has been written.
StatefulWriter - Class in com.thoughtworks.xstream.io
An wrapper for all HierarchicalStreamWriter implementations, that keeps the state.
StatefulWriter(HierarchicalStreamWriter) - Constructor for class com.thoughtworks.xstream.io.StatefulWriter
Constructs a StatefulWriter.
StaticNameCoder - Class in com.thoughtworks.xstream.io.naming
A NameCoder that encodes and decodes names based on a map.
StaticNameCoder(Map, Map) - Constructor for class com.thoughtworks.xstream.io.naming.StaticNameCoder
Construct a StaticNameCoder.
StaxDriver - Class in com.thoughtworks.xstream.io.xml
A driver using the StAX API to create XML reader and writer.
StaxDriver() - Constructor for class com.thoughtworks.xstream.io.xml.StaxDriver
 
StaxDriver(QNameMap) - Constructor for class com.thoughtworks.xstream.io.xml.StaxDriver
 
StaxDriver(QNameMap, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.StaxDriver
 
StaxDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.StaxDriver
 
StaxDriver(QNameMap, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.StaxDriver
Deprecated.
As of 1.4, use StaxDriver(QNameMap, NameCoder) instead.
StaxDriver(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.StaxDriver
Deprecated.
As of 1.4, use StaxDriver(NameCoder) instead.
StaxReader - Class in com.thoughtworks.xstream.io.xml
A reader using the StAX API.
StaxReader(QNameMap, XMLStreamReader) - Constructor for class com.thoughtworks.xstream.io.xml.StaxReader
 
StaxReader(QNameMap, XMLStreamReader, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.StaxReader
 
StaxReader(QNameMap, XMLStreamReader, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.StaxReader
Deprecated.
StaxWriter - Class in com.thoughtworks.xstream.io.xml
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, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.StaxWriter
Allows a StaxWriter to be created for partial XML output
StaxWriter(QNameMap, XMLStreamWriter, boolean, boolean, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.StaxWriter
Allows a StaxWriter to be created for partial XML output
StaxWriter(QNameMap, XMLStreamWriter, boolean, boolean) - Constructor for class com.thoughtworks.xstream.io.xml.StaxWriter
Allows a StaxWriter to be created for partial XML output
StaxWriter(QNameMap, XMLStreamWriter, boolean, boolean, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.StaxWriter
StreamException - Exception in com.thoughtworks.xstream.io
 
StreamException(Throwable) - Constructor for exception com.thoughtworks.xstream.io.StreamException
 
StreamException(String) - Constructor for exception com.thoughtworks.xstream.io.StreamException
 
StreamException(String, Throwable) - Constructor for exception com.thoughtworks.xstream.io.StreamException
 
StreamStrategy - Interface in com.thoughtworks.xstream.persistence
Deprecated.
As of 1.3.1, use PersistenceStrategy instead
STRICT_MODE - Static variable in class com.thoughtworks.xstream.io.json.AbstractJsonWriter
STRICT_MODE prevents invalid JSON for single value objects when dropping the root.
STRING - Static variable in class com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type
 
StringBufferConverter - Class in com.thoughtworks.xstream.converters.basic
Converts the contents of a StringBuffer to XML.
StringBufferConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.StringBufferConverter
 
StringBuilderConverter - Class in com.thoughtworks.xstream.converters.basic
Converts the contents of a StringBuilder to XML.
StringBuilderConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.StringBuilderConverter
 
StringCodec - Interface in com.thoughtworks.xstream.core
Interface for an encoder and decoder of data to string values and back.
StringConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a String to a String ;).
StringConverter(Map, int) - Constructor for class com.thoughtworks.xstream.converters.basic.StringConverter
Construct a StringConverter using a map-based cache for strings not exceeding the length limit.
StringConverter(Map) - Constructor for class com.thoughtworks.xstream.converters.basic.StringConverter
Construct a StringConverter using a map-based cache for strings not exceeding 38 characters.
StringConverter(int) - Constructor for class com.thoughtworks.xstream.converters.basic.StringConverter
Construct a StringConverter using a cache with weak references for strings not exceeding the length limit.
StringConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.StringConverter
Construct a StringConverter using a cache with weak references for strings not exceeding 38 characters.
SubjectConverter - Class in com.thoughtworks.xstream.converters.extended
Converts a Subject instance.
SubjectConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
Sun14ReflectionProvider - Class in com.thoughtworks.xstream.converters.reflection
Deprecated.
Sun14ReflectionProvider() - Constructor for class com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider
Deprecated.
Sun14ReflectionProvider(FieldDictionary) - Constructor for class com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider
SunLimitedUnsafeReflectionProvider - Class in com.thoughtworks.xstream.converters.reflection
Instantiates a new object bypassing the constructor using undocumented internal JDK features.
SunLimitedUnsafeReflectionProvider() - Constructor for class com.thoughtworks.xstream.converters.reflection.SunLimitedUnsafeReflectionProvider
 
SunLimitedUnsafeReflectionProvider(FieldDictionary) - Constructor for class com.thoughtworks.xstream.converters.reflection.SunLimitedUnsafeReflectionProvider
 
SunUnsafeReflectionProvider - Class in com.thoughtworks.xstream.converters.reflection
Instantiates a new object bypassing the constructor using undocumented internal JDK features.
SunUnsafeReflectionProvider() - Constructor for class com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider
 
SunUnsafeReflectionProvider(FieldDictionary) - Constructor for class com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider
 
supportsAWT() - Method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.5 use JVM.isAWTAvailable()
supportsReadObject(Class, boolean) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
Deprecated.
As of 1.4.8, moved into internal util package.
supportsSQL() - Method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.5 use JVM.isSQLAvailable()
supportsSwing() - Method in class com.thoughtworks.xstream.core.JVM
Deprecated.
As of 1.4.5 use JVM.isSwingAvailable()
supportsWriteObject(Class, boolean) - Method in class com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker
Deprecated.
As of 1.4.8, moved into internal util package.
SystemAttributeAliasingMapper - Class in com.thoughtworks.xstream.mapper
Mapper that allows aliasing of system attribute names.
SystemAttributeAliasingMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.SystemAttributeAliasingMapper
 
SystemClockConverter - Class in com.thoughtworks.xstream.converters.time
Converts a system Clock, using zone as nested element.
SystemClockConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.time.SystemClockConverter
Constructs a SystemClockConverter instance.

T

TEXT - Static variable in class com.thoughtworks.xstream.io.xml.AbstractPullReader
 
TextAttributeConverter - Class in com.thoughtworks.xstream.converters.extended
A converter for TextAttribute constants.
TextAttributeConverter() - Constructor for class com.thoughtworks.xstream.converters.extended.TextAttributeConverter
Constructs a TextAttributeConverter.
ThaiBuddhistDateConverter - Class in com.thoughtworks.xstream.converters.time
Converts a ThaiBuddhistDate to a string.
ThaiBuddhistDateConverter() - Constructor for class com.thoughtworks.xstream.converters.time.ThaiBuddhistDateConverter
 
ThrowableConverter - Class in com.thoughtworks.xstream.converters.extended
Converter for Throwable (and Exception) that retains stack trace.
ThrowableConverter(Converter) - Constructor for class com.thoughtworks.xstream.converters.extended.ThrowableConverter
Deprecated.
ThrowableConverter(ConverterLookup) - Constructor for class com.thoughtworks.xstream.converters.extended.ThrowableConverter
 
ToAttributedValueConverter - Class in com.thoughtworks.xstream.converters.extended
Converter that supports the definition of one field member that will be written as value and all other field members are written as attributes.
ToAttributedValueConverter(Class, Mapper, ReflectionProvider, ConverterLookup) - Constructor for class com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter
Creates a new ToAttributedValueConverter instance.
ToAttributedValueConverter(Class, Mapper, ReflectionProvider, ConverterLookup, String) - Constructor for class com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter
Creates a new ToAttributedValueConverter instance.
ToAttributedValueConverter(Class, Mapper, ReflectionProvider, ConverterLookup, String, Class) - Constructor for class com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter
Creates a new ToAttributedValueConverter instance.
Token - Class in com.thoughtworks.xstream.io.binary
Represents the Tokens stored in the binary stream used by BinaryStreamReader and BinaryStreamWriter.
Token(byte) - Constructor for class com.thoughtworks.xstream.io.binary.Token
 
Token.Attribute - Class in com.thoughtworks.xstream.io.binary
 
Token.EndNode - Class in com.thoughtworks.xstream.io.binary
 
Token.Formatter - Class in com.thoughtworks.xstream.io.binary
 
Token.MapIdToValue - Class in com.thoughtworks.xstream.io.binary
 
Token.StartNode - Class in com.thoughtworks.xstream.io.binary
 
Token.Value - Class in com.thoughtworks.xstream.io.binary
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.basic.BooleanConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.basic.CharConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.basic.DateConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.enums.EnumSingleValueConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.enums.EnumToStringConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.AtomicLongConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.CharsetConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter
 
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.ISO8601GregorianCalendarConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.ISO8601SqlTimestampConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.JavaClassConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.OptionalIntConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.OptionalLongConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.PathConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.PropertyEditorCapableConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.SqlTimestampConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.extended.ToStringConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
 
toString() - Method in class com.thoughtworks.xstream.converters.reflection.FieldKey
 
toString(Object) - Method in interface com.thoughtworks.xstream.converters.SingleValueConverter
Marshals an Object into a single value representation.
toString(Object) - Method in class com.thoughtworks.xstream.converters.SingleValueConverterWrapper
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.time.ChronologyConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.time.LocalDateTimeConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.time.LocalTimeConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.time.OffsetDateTimeConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.time.OffsetTimeConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.time.ZonedDateTimeConverter
 
toString(Object) - Method in class com.thoughtworks.xstream.converters.time.ZoneIdConverter
 
toString() - Method in class com.thoughtworks.xstream.io.binary.Token
 
toString() - Method in class com.thoughtworks.xstream.io.path.Path
 
ToStringConverter - Class in com.thoughtworks.xstream.converters.extended
Convenient converter for classes with natural string representation.
ToStringConverter(Class) - Constructor for class com.thoughtworks.xstream.converters.extended.ToStringConverter
 
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(Object, OutputStream) - Method in class com.thoughtworks.xstream.XStream
Serialize an object to the given OutputStream as pretty-printed XML.
toXML(XStream, Object) - Method in class com.thoughtworks.xstream.XStreamer
Serialize an object including the XStream to a pretty-printed XML String.
toXML(XStream, Object, Writer) - Method in class com.thoughtworks.xstream.XStreamer
Serialize an object including the XStream to the given Writer as pretty-printed XML.
TraxSource - Class in com.thoughtworks.xstream.io.xml
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 in com.thoughtworks.xstream.converters.collections
Converts a java.util.TreeMap to XML, and serializes the associated java.util.Comparator.
TreeMapConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.collections.TreeMapConverter
 
TreeMarshaller - Class in com.thoughtworks.xstream.core
 
TreeMarshaller(HierarchicalStreamWriter, ConverterLookup, Mapper) - Constructor for class com.thoughtworks.xstream.core.TreeMarshaller
 
TreeMarshaller.CircularReferenceException - Exception in com.thoughtworks.xstream.core
 
TreeMarshallingStrategy - Class in com.thoughtworks.xstream.core
 
TreeMarshallingStrategy() - Constructor for class com.thoughtworks.xstream.core.TreeMarshallingStrategy
 
TreeSetConverter - Class in com.thoughtworks.xstream.converters.collections
Converts a java.util.TreeSet to XML, and serializes the associated java.util.Comparator.
TreeSetConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.collections.TreeSetConverter
 
TreeUnmarshaller - Class in com.thoughtworks.xstream.core
 
TreeUnmarshaller(Object, HierarchicalStreamReader, ConverterLookup, Mapper) - Constructor for class com.thoughtworks.xstream.core.TreeUnmarshaller
 
TRUE_FALSE - Static variable in class com.thoughtworks.xstream.converters.basic.BooleanConverter
 
Type() - Constructor for class com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type
 
TYPE_ATTRIBUTE - Static variable in class com.thoughtworks.xstream.io.binary.Token
 
TYPE_END_NODE - Static variable in class com.thoughtworks.xstream.io.binary.Token
 
TYPE_MAP_ID_TO_VALUE - Static variable in class com.thoughtworks.xstream.io.binary.Token
 
TYPE_START_NODE - Static variable in class com.thoughtworks.xstream.io.binary.Token
 
TYPE_VALUE - Static variable in class com.thoughtworks.xstream.io.binary.Token
 
TYPE_VERSION - Static variable in class com.thoughtworks.xstream.io.binary.Token
 
TypeHierarchyPermission - Class in com.thoughtworks.xstream.security
Permission for a type hierarchy with a name matching one in the provided list.
TypeHierarchyPermission(Class) - Constructor for class com.thoughtworks.xstream.security.TypeHierarchyPermission
 
TypePermission - Interface in com.thoughtworks.xstream.security
Definition of a type permission.

U

underlyingReader() - Method in class com.thoughtworks.xstream.io.AbstractReader
Return the underlying HierarchicalStreamReader implementation.
underlyingReader() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamReader
 
underlyingReader() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamReader
Return the underlying HierarchicalStreamReader implementation.
underlyingReader() - Method in class com.thoughtworks.xstream.io.ReaderWrapper
 
underlyingWriter() - Method in class com.thoughtworks.xstream.io.AbstractWriter
Return the underlying HierarchicalStreamWriter implementation.
underlyingWriter() - Method in class com.thoughtworks.xstream.io.binary.BinaryStreamWriter
 
underlyingWriter() - Method in interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
Return the underlying HierarchicalStreamWriter implementation.
underlyingWriter() - Method in class com.thoughtworks.xstream.io.json.JsonWriter
 
underlyingWriter() - Method in class com.thoughtworks.xstream.io.WriterWrapper
 
unescape(String) - Method in class com.thoughtworks.xstream.persistence.FilePersistenceStrategy
 
unescape(String) - Method in class com.thoughtworks.xstream.persistence.FileStreamStrategy
Deprecated.
 
unescapeClassName(String) - Method in class com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper
Deprecated.
 
unescapeFieldName(String) - Method in class com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper
Deprecated.
 
unescapeName(String) - Method in class com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer
Deprecated.
As of 1.4, use XmlFriendlyNameCoder instead
unescapeName(String) - Method in class com.thoughtworks.xstream.io.xml.XStream11XmlFriendlyReplacer
Deprecated.
Noop implementation that does not unescape name.
unescapeXmlName(String) - Method in class com.thoughtworks.xstream.io.xml.AbstractXmlReader
unescapeXmlName(String) - Method in interface com.thoughtworks.xstream.io.xml.XmlFriendlyReader
Deprecated.
As of 1.4
unknownElementsToIgnore - Variable in class com.thoughtworks.xstream.mapper.ElementIgnoringMapper
 
UnknownFieldException(String, String) - Constructor for exception com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.UnknownFieldException
 
unknownSourceElement(String, String) - Method in class com.thoughtworks.xstream.converters.extended.StackTraceElementFactory
Deprecated.
 
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.SingletonCollectionConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.collections.SingletonMapConverter
 
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 interface com.thoughtworks.xstream.converters.Converter
Convert textual data back into an object.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.enums.EnumConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.enums.EnumMapConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.enums.EnumSetConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ActivationDataFlavorConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.AtomicLongConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.AtomicReferenceConverter
 
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.JavaFieldConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.JavaMethodConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.NamedArrayConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.OptionalConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.OptionalIntConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.OptionalLongConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.RegexPatternConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ThrowableConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.reflection.ExternalizableConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.SingleValueConverterWrapper
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.time.SystemClockConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.time.ValueRangeConverter
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.time.WeekFieldsConverter
 
unmarshal(Object, HierarchicalStreamReader, DataHolder, ConverterLookup, Mapper) - Method in class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
 
unmarshal(Object, HierarchicalStreamReader, DataHolder, ConverterLookup, Mapper) - 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).
unmarshalComparator(HierarchicalStreamReader, UnmarshallingContext, TreeMap) - Method in class com.thoughtworks.xstream.converters.collections.TreeMapConverter
 
unmarshallField(UnmarshallingContext, Object, Class, Field) - Method in class com.thoughtworks.xstream.annotations.AnnotationReflectionConverter
Deprecated.
 
unmarshallField(UnmarshallingContext, Object, Class, Field) - Method in class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter
 
UnmarshallingContext - Interface in com.thoughtworks.xstream.converters
 
unmarshalPrincipals(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
unmarshalPrivateCredentials(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
unmarshalPublicCredentials(HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
unmarshalReadOnly(HierarchicalStreamReader) - Method in class com.thoughtworks.xstream.converters.extended.SubjectConverter
 
unsafe - Static variable in class com.thoughtworks.xstream.converters.reflection.SunLimitedUnsafeReflectionProvider
 
URIConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a java.net.URI to a string.
URIConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.URIConverter
 
URLConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a java.net.URL to a string.
URLConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.URLConverter
 
useAttributeFor(String, Class) - Method in class com.thoughtworks.xstream.XStream
Use an attribute for a field or a specific type.
useAttributeFor(Class, String) - Method in class com.thoughtworks.xstream.XStream
Use an attribute for a field declared in a specific type.
useAttributeFor(Class) - Method in class com.thoughtworks.xstream.XStream
Use an attribute for an arbitrary type.
useSerializeAsArray - Variable in class com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver
 
useXStream11XmlFriendlyMapper() - Method in class com.thoughtworks.xstream.XStream
Deprecated.
As of 1.4.8
UUIDConverter - Class in com.thoughtworks.xstream.converters.basic
Converts a java.util.UUID to a string.
UUIDConverter() - Constructor for class com.thoughtworks.xstream.converters.basic.UUIDConverter
 

V

validateFieldAccess(Field) - Method in class com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider
 
validateFieldAccess(Field) - Method in class com.thoughtworks.xstream.converters.reflection.SunLimitedUnsafeReflectionProvider
 
ValidFilenameFilter() - Constructor for class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy.ValidFilenameFilter
 
value - Variable in class com.thoughtworks.xstream.io.binary.Token
 
Value(String) - Constructor for class com.thoughtworks.xstream.io.binary.Token.Value
 
Value() - Constructor for class com.thoughtworks.xstream.io.binary.Token.Value
 
ValueRangeConverter - Class in com.thoughtworks.xstream.converters.time
Converts a temporal ValueRange, using four nested elements: maxLargest, maxSmallest, minLargest, and minSmallest.
ValueRangeConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.time.ValueRangeConverter
Constructs a ValueRangeConverter instance.
visit(String, Class, Class, Object) - Method in interface com.thoughtworks.xstream.converters.javabean.JavaBeanProvider.Visitor
 
visit(String, Class, Class, Object) - Method in interface com.thoughtworks.xstream.converters.reflection.ReflectionProvider.Visitor
Callback for each visit
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
 
visitSerializableFields(Object, ReflectionProvider.Visitor) - Method in class com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper
 
visitSerializableProperties(Object, JavaBeanProvider.Visitor) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
visitSerializableProperties(Object, JavaBeanProvider.Visitor) - Method in interface com.thoughtworks.xstream.converters.javabean.JavaBeanProvider
 

W

WeekFieldsConverter - Class in com.thoughtworks.xstream.converters.time
Converts a WeekFields instance, using two nested elements: minimalDays and minSmallest.
WeekFieldsConverter(Mapper) - Constructor for class com.thoughtworks.xstream.converters.time.WeekFieldsConverter
Constructs a WeekFieldsConverter instance.
WildcardTypePermission - Class in com.thoughtworks.xstream.security
Permission for any type with a name matching one of the provided wildcard expressions.
WildcardTypePermission(String[]) - Constructor for class com.thoughtworks.xstream.security.WildcardTypePermission
Create a WildcardTypePermission.
WildcardTypePermission(boolean, String[]) - Constructor for class com.thoughtworks.xstream.security.WildcardTypePermission
Create a WildcardTypePermission.
wrapMapper(MapperWrapper) - Method in class com.thoughtworks.xstream.XStream
 
wrapped - Variable in class com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper
 
wrapped - Variable in class com.thoughtworks.xstream.io.ReaderWrapper
 
wrapped - Variable in class com.thoughtworks.xstream.io.WriterWrapper
 
write(DataOutput, Token) - Method in class com.thoughtworks.xstream.io.binary.Token.Formatter
 
writeAttributeValue(QuickWriter, String) - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
writeBareItem(Object, MarshallingContext, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
Write the bare item of the collection into the writer.
writeCompleteItem(Object, MarshallingContext, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
Write an item of the collection into the writer including surrounding tags.
writeCompleteItem(Object, MarshallingContext, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.converters.extended.NamedCollectionConverter
 
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.ReflectionProviderWrapper
 
writeField(Object, String, Object, Class) - Method in class com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider
 
writeId(DataOutput, long, byte) - Method in class com.thoughtworks.xstream.io.binary.Token
 
writeItem(Object, MarshallingContext, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
writeItem(Object, MarshallingContext, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.converters.extended.NamedCollectionConverter
writeItem(String, Class, Object, MarshallingContext, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.converters.extended.NamedMapConverter
 
writeNullItem(MarshallingContext, HierarchicalStreamWriter) - Method in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
Write a null item of the collection into the writer.
writeProperty(Object, String, Object) - Method in class com.thoughtworks.xstream.converters.javabean.BeanProvider
 
writeProperty(Object, String, Object) - Method in interface com.thoughtworks.xstream.converters.javabean.JavaBeanProvider
 
writer - Variable in class com.thoughtworks.xstream.core.TreeMarshaller
 
writer - Variable in class com.thoughtworks.xstream.io.json.JsonWriter
 
WriterWrapper - Class in com.thoughtworks.xstream.io
Base class to make it easy to create wrappers (decorators) for HierarchicalStreamWriter.
WriterWrapper(HierarchicalStreamWriter) - Constructor for class com.thoughtworks.xstream.io.WriterWrapper
 
writeString(DataOutput, String) - Method in class com.thoughtworks.xstream.io.binary.Token
 
writeText(QuickWriter, String) - Method in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
writeTo(DataOutput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.Attribute
 
writeTo(DataOutput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.EndNode
 
writeTo(DataOutput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.MapIdToValue
 
writeTo(DataOutput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.StartNode
 
writeTo(DataOutput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token.Value
 
writeTo(DataOutput, byte) - Method in class com.thoughtworks.xstream.io.binary.Token
 
WstxDriver - Class in com.thoughtworks.xstream.io.xml
A driver using the Woodstox StAX implementation.
WstxDriver() - Constructor for class com.thoughtworks.xstream.io.xml.WstxDriver
 
WstxDriver(QNameMap, XmlFriendlyNameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.WstxDriver
Deprecated.
WstxDriver(QNameMap, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.WstxDriver
 
WstxDriver(QNameMap) - Constructor for class com.thoughtworks.xstream.io.xml.WstxDriver
 
WstxDriver(XmlFriendlyNameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.WstxDriver
Deprecated.
As of 1.4.6 use WstxDriver(NameCoder)
WstxDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.WstxDriver
 

X

XML_1_0 - Static variable in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
XML_1_1 - Static variable in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
XML_QUIRKS - Static variable in class com.thoughtworks.xstream.io.xml.PrettyPrintWriter
 
XmlArrayList - Class in com.thoughtworks.xstream.persistence
A persistent list implementation backed on a XmlMap.
XmlArrayList(PersistenceStrategy) - Constructor for class com.thoughtworks.xstream.persistence.XmlArrayList
 
XmlFriendlyMapper - Class in com.thoughtworks.xstream.mapper
Deprecated.
As of 1.3 use XmlFriendlyReader
XmlFriendlyMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.XmlFriendlyMapper
Deprecated.
As of 1.3 use XmlFriendlyReader
XmlFriendlyNameCoder - Class in com.thoughtworks.xstream.io.xml
Encode and decode tag and attribute names in XML drivers.
XmlFriendlyNameCoder() - Constructor for class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
Construct a new XmlFriendlyNameCoder.
XmlFriendlyNameCoder(String, String) - Constructor for class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
Construct a new XmlFriendlyNameCoder with custom replacement strings for dollar and the escape character.
XmlFriendlyNameCoder(String, String, String) - Constructor for class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
Construct a new XmlFriendlyNameCoder with custom replacement strings for dollar, the escape character and the prefix for hexadecimal encoding of invalid characters in XML names.
XmlFriendlyReader - Interface in com.thoughtworks.xstream.io.xml
Deprecated.
As of 1.4
xmlFriendlyReplacer() - Method in class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
Deprecated.
As of 1.4
XmlFriendlyReplacer - Class in com.thoughtworks.xstream.io.xml
Deprecated.
As of 1.4, use XmlFriendlyNameCoder instead
XmlFriendlyReplacer() - Constructor for class com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer
Deprecated.
As of 1.4, use XmlFriendlyNameCoder instead
XmlFriendlyReplacer(String, String) - Constructor for class com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer
Deprecated.
As of 1.4, use XmlFriendlyNameCoder instead
XmlFriendlyWriter - Interface in com.thoughtworks.xstream.io.xml
Deprecated.
As of 1.4
XmlMap - Class in com.thoughtworks.xstream.persistence
A persistent map.
XmlMap(PersistenceStrategy) - Constructor for class com.thoughtworks.xstream.persistence.XmlMap
 
XmlMapEntriesIterator() - Constructor for class com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy.XmlMapEntriesIterator
 
XmlSet - Class in com.thoughtworks.xstream.persistence
A persistent set implementation.
XmlSet(PersistenceStrategy) - Constructor for class com.thoughtworks.xstream.persistence.XmlSet
 
XomDriver - Class in com.thoughtworks.xstream.io.xml
 
XomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.XomDriver
 
XomDriver(Builder) - Constructor for class com.thoughtworks.xstream.io.xml.XomDriver
Deprecated.
As of 1.4.9, use XomDriver() and overload XomDriver.createBuilder() instead
XomDriver(Builder, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XomDriver
Deprecated.
As of 1.4.9, use #XomDriver(NameCoder) and overload XomDriver.createBuilder() instead
XomDriver(Builder, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.XomDriver
Deprecated.
As of 1.4, use #XomDriver(NameCoder) and overload XomDriver.createBuilder() instead
XomReader - Class in com.thoughtworks.xstream.io.xml
 
XomReader(Element) - Constructor for class com.thoughtworks.xstream.io.xml.XomReader
 
XomReader(Document) - Constructor for class com.thoughtworks.xstream.io.xml.XomReader
 
XomReader(Element, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XomReader
 
XomReader(Document, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XomReader
 
XomReader(Element, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.XomReader
Deprecated.
As of 1.4 use XomReader(Element, NameCoder) instead.
XomReader(Document, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.XomReader
Deprecated.
As of 1.4 use XomReader(Element, NameCoder) instead.
XomWriter - Class in com.thoughtworks.xstream.io.xml
 
XomWriter() - Constructor for class com.thoughtworks.xstream.io.xml.XomWriter
 
XomWriter(Element) - Constructor for class com.thoughtworks.xstream.io.xml.XomWriter
 
XomWriter(Element, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XomWriter
 
XomWriter(Element, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.XomWriter
Deprecated.
As of 1.4 use XomWriter(Element, NameCoder) instead
XPATH_ABSOLUTE_REFERENCES - Static variable in class com.thoughtworks.xstream.XStream
 
XPATH_RELATIVE_REFERENCES - Static variable in class com.thoughtworks.xstream.XStream
 
Xpp3Dom - Class in com.thoughtworks.xstream.io.xml.xppdom
Deprecated.
As of 1.4, use XppDom instead
Xpp3Dom(String) - Constructor for class com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom
Deprecated.
As of 1.4, use XppDom instead
Xpp3DomBuilder - Class in com.thoughtworks.xstream.io.xml.xppdom
Deprecated.
As of 1.4, use XppDom.build(XmlPullParser) instead
Xpp3DomBuilder() - Constructor for class com.thoughtworks.xstream.io.xml.xppdom.Xpp3DomBuilder
Deprecated.
 
Xpp3DomDriver - Class in com.thoughtworks.xstream.io.xml
A HierarchicalStreamDriver for XPP DOM using the Xpp3 parser.
Xpp3DomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.Xpp3DomDriver
Construct an Xpp3DomDriver.
Xpp3DomDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Xpp3DomDriver
Construct an Xpp3DomDriver.
Xpp3Driver - Class in com.thoughtworks.xstream.io.xml
A HierarchicalStreamDriver using the Xpp3 parser.
Xpp3Driver() - Constructor for class com.thoughtworks.xstream.io.xml.Xpp3Driver
Construct an Xpp3Driver.
Xpp3Driver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.Xpp3Driver
Construct an Xpp3Driver.
XppDom - Class in com.thoughtworks.xstream.io.xml.xppdom
Simple Document Object Model for XmlPullParser implementations.
XppDom(String) - Constructor for class com.thoughtworks.xstream.io.xml.xppdom.XppDom
 
XppDomComparator - Class in com.thoughtworks.xstream.io.xml.xppdom
Comparator for XppDom.
XppDomComparator() - Constructor for class com.thoughtworks.xstream.io.xml.xppdom.XppDomComparator
Creates a new Xpp3DomComparator object.
XppDomComparator(ThreadLocal) - Constructor for class com.thoughtworks.xstream.io.xml.xppdom.XppDomComparator
Creates a new Xpp3DomComparator object with XPath identification.
XppDomDriver - Class in com.thoughtworks.xstream.io.xml
A HierarchicalStreamDriver for XPP DOM using the XmlPullParserFactory to locate an parser.
XppDomDriver() - Constructor for class com.thoughtworks.xstream.io.xml.XppDomDriver
 
XppDomDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomDriver
 
XppDomDriver(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomDriver
Deprecated.
As of 1.4, use XppDomDriver(NameCoder) instead.
XppDomReader - Class in com.thoughtworks.xstream.io.xml
 
XppDomReader(XppDom) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomReader
 
XppDomReader(XppDom, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomReader
 
XppDomReader(XppDom, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomReader
Deprecated.
As of 1.4 use XppDomReader(XppDom, NameCoder) instead.
XppDomWriter - Class in com.thoughtworks.xstream.io.xml
 
XppDomWriter() - Constructor for class com.thoughtworks.xstream.io.xml.XppDomWriter
 
XppDomWriter(XppDom) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomWriter
 
XppDomWriter(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomWriter
 
XppDomWriter(XppDom, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomWriter
 
XppDomWriter(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomWriter
Deprecated.
As of 1.4 use XppDomWriter(NameCoder) instead
XppDomWriter(XppDom, XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.XppDomWriter
Deprecated.
As of 1.4 use XppDomWriter(XppDom, NameCoder) instead.
XppDriver - Class in com.thoughtworks.xstream.io.xml
A HierarchicalStreamDriver using the XmlPullParserFactory to locate an XML Pull Parser.
XppDriver() - Constructor for class com.thoughtworks.xstream.io.xml.XppDriver
 
XppDriver(NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XppDriver
 
XppDriver(XmlFriendlyReplacer) - Constructor for class com.thoughtworks.xstream.io.xml.XppDriver
Deprecated.
As of 1.4, use XppDriver(NameCoder) instead.
XppFactory - Class in com.thoughtworks.xstream.io.xml.xppdom
XmlPullParser utility methods.
XppFactory() - Constructor for class com.thoughtworks.xstream.io.xml.xppdom.XppFactory
 
XppReader - Class in com.thoughtworks.xstream.io.xml
XStream reader that pulls directly from the stream using the XmlPullParser API.
XppReader(Reader, XmlPullParser) - Constructor for class com.thoughtworks.xstream.io.xml.XppReader
Construct an XppReader.
XppReader(Reader, XmlPullParser, NameCoder) - Constructor for class com.thoughtworks.xstream.io.xml.XppReader
Construct an XppReader.
XppReader(Reader) - Constructor for class com.thoughtworks.xstream.io.xml.XppReader
Deprecated.
As of 1.4, use XppReader(Reader, XmlPullParser) instead
XStream - Class in com.thoughtworks.xstream
Simple facade to XStream library, a Java-XML serialization tool.
XStream() - Constructor for class com.thoughtworks.xstream.XStream
Constructs a default XStream.
XStream(ReflectionProvider) - Constructor for class com.thoughtworks.xstream.XStream
Constructs an XStream with a special ReflectionProvider.
XStream(HierarchicalStreamDriver) - Constructor for class com.thoughtworks.xstream.XStream
Constructs an XStream with a special HierarchicalStreamDriver.
XStream(ReflectionProvider, HierarchicalStreamDriver) - Constructor for class com.thoughtworks.xstream.XStream
Constructs an XStream with a special HierarchicalStreamDriver and ReflectionProvider.
XStream(ReflectionProvider, Mapper, HierarchicalStreamDriver) - Constructor for class com.thoughtworks.xstream.XStream
XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoaderReference) - Constructor for class com.thoughtworks.xstream.XStream
Constructs an XStream with a special HierarchicalStreamDriver, ReflectionProvider and a ClassLoaderReference.
XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoader) - Constructor for class com.thoughtworks.xstream.XStream
XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoader, Mapper) - Constructor for class com.thoughtworks.xstream.XStream
XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoaderReference, Mapper) - Constructor for class com.thoughtworks.xstream.XStream
Constructs an XStream with a special HierarchicalStreamDriver, ReflectionProvider, a prepared Mapper chain and the ClassLoaderReference.
XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoader, Mapper, ConverterLookup, ConverterRegistry) - Constructor for class com.thoughtworks.xstream.XStream
XStream(ReflectionProvider, HierarchicalStreamDriver, ClassLoaderReference, Mapper, ConverterLookup, ConverterRegistry) - Constructor for class com.thoughtworks.xstream.XStream
Constructs an XStream with a special HierarchicalStreamDriver, ReflectionProvider, a prepared Mapper chain, the ClassLoaderReference and an own ConverterLookup and ConverterRegistry.
XStream.InitializationException - Exception in com.thoughtworks.xstream
Deprecated.
As of 1.3, use InitializationException instead
XStream11NameCoder - Class in com.thoughtworks.xstream.io.xml
A XmlFriendlyNameCoder to support backward compatibility with XStream 1.1.
XStream11NameCoder() - Constructor for class com.thoughtworks.xstream.io.xml.XStream11NameCoder
 
XStream11XmlFriendlyMapper - Class in com.thoughtworks.xstream.mapper
Deprecated.
As of 1.4 use XmlFriendlyReader
XStream11XmlFriendlyMapper(Mapper) - Constructor for class com.thoughtworks.xstream.mapper.XStream11XmlFriendlyMapper
Deprecated.
 
XStream11XmlFriendlyReplacer - Class in com.thoughtworks.xstream.io.xml
Deprecated.
As of 1.4, use XStream11NameCoder instead
XStream11XmlFriendlyReplacer() - Constructor for class com.thoughtworks.xstream.io.xml.XStream11XmlFriendlyReplacer
Deprecated.
As of 1.4, use XStream11NameCoder instead
XStream12FieldKeySorter - Class in com.thoughtworks.xstream.converters.reflection
Sort the fields in the order of XStream 1.2.x.
XStream12FieldKeySorter() - Constructor for class com.thoughtworks.xstream.converters.reflection.XStream12FieldKeySorter
 
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.
XStreamAlias - Annotation Type in com.thoughtworks.xstream.annotations
Annotation used to define an XStream class or field alias.
XStreamAliasType - Annotation Type in com.thoughtworks.xstream.annotations
Annotation used to define an XStream type alias.
XStreamAsAttribute - Annotation Type in com.thoughtworks.xstream.annotations
Defines that a field should be serialized as an attribute.
XStreamContainedType - Annotation Type in com.thoughtworks.xstream.annotations
Deprecated.
As of 1.3, recursive behaviour is now always used and the annotation is therefore superfluous
XStreamConverter - Annotation Type in com.thoughtworks.xstream.annotations
Annotation to declare a converter.
XStreamConverters - Annotation Type in com.thoughtworks.xstream.annotations
 
XStreamer - Class in com.thoughtworks.xstream
Self-contained XStream generator.
XStreamer() - Constructor for class com.thoughtworks.xstream.XStreamer
 
XStreamException - Exception in com.thoughtworks.xstream
Base exception for all thrown exceptions with XStream.
XStreamException() - Constructor for exception com.thoughtworks.xstream.XStreamException
Default constructor.
XStreamException(String) - Constructor for exception com.thoughtworks.xstream.XStreamException
Constructs an XStreamException with a message.
XStreamException(Throwable) - Constructor for exception com.thoughtworks.xstream.XStreamException
Constructs an XStreamException as wrapper for a different causing Throwable.
XStreamException(String, Throwable) - Constructor for exception com.thoughtworks.xstream.XStreamException
Constructs an XStreamException with a message as wrapper for a different causing Throwable.
XStreamImplicit - Annotation Type in com.thoughtworks.xstream.annotations
An annotation for marking a field as an implicit collection or array.
XStreamImplicitCollection - Annotation Type in com.thoughtworks.xstream.annotations
Deprecated.
As of 1.3, use @XStreamImplicit at field level
XStreamInclude - Annotation Type in com.thoughtworks.xstream.annotations
Annotation to force automated processing of further classes.
XStreamOmitField - Annotation Type in com.thoughtworks.xstream.annotations
Declares a field to be omitted.

Y

YearConverter - Class in com.thoughtworks.xstream.converters.time
Converts a Year instance to string.
YearConverter() - Constructor for class com.thoughtworks.xstream.converters.time.YearConverter
 
YearMonthConverter - Class in com.thoughtworks.xstream.converters.time
Converts a YearMonth instance to string.
YearMonthConverter() - Constructor for class com.thoughtworks.xstream.converters.time.YearMonthConverter
 
YES_NO - Static variable in class com.thoughtworks.xstream.converters.basic.BooleanConverter
 

Z

ZonedDateTimeConverter - Class in com.thoughtworks.xstream.converters.time
Converts a ZonedDateTime to a string.
ZonedDateTimeConverter() - Constructor for class com.thoughtworks.xstream.converters.time.ZonedDateTimeConverter
 
ZoneIdConverter - Class in com.thoughtworks.xstream.converters.time
Converts a ZoneId instance to string.
ZoneIdConverter() - Constructor for class com.thoughtworks.xstream.converters.time.ZoneIdConverter
 
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 Z 
Skip navigation links

Copyright © 2004–2022 XStream. All rights reserved.