Uses of Interface
com.thoughtworks.xstream.io.HierarchicalStreamReader
-
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream
Methods in com.thoughtworks.xstream with parameters of type HierarchicalStreamReader Modifier and Type Method Description java.io.ObjectInputStream
XStream. createObjectInputStream(HierarchicalStreamReader reader)
Creates an ObjectInputStream that deserializes a stream of objects from a reader using XStream.java.io.ObjectInputStream
XStream. createObjectInputStream(HierarchicalStreamReader reader, DataHolder dataHolder)
Creates an ObjectInputStream that deserializes a stream of objects from a reader using XStream.java.lang.Object
MarshallingStrategy. unmarshal(java.lang.Object root, HierarchicalStreamReader reader, DataHolder dataHolder, ConverterLookup converterLookup, Mapper mapper)
java.lang.Object
XStream.InternalBlackList. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
XStream. unmarshal(HierarchicalStreamReader reader)
Deserialize an object from a hierarchical data structure (such as XML).java.lang.Object
XStream. unmarshal(HierarchicalStreamReader reader, java.lang.Object root)
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.java.lang.Object
XStream. unmarshal(HierarchicalStreamReader reader, java.lang.Object root, DataHolder dataHolder)
Deserialize an object from a hierarchical data structure (such as XML). -
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.converters
Methods in com.thoughtworks.xstream.converters with parameters of type HierarchicalStreamReader Modifier and Type Method Description java.lang.Object
Converter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
Convert textual data back into an object.java.lang.Object
SingleValueConverterWrapper. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.converters.basic
Methods in com.thoughtworks.xstream.converters.basic with parameters of type HierarchicalStreamReader Modifier and Type Method Description java.lang.Object
CharConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
NullConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.converters.collections
Methods in com.thoughtworks.xstream.converters.collections with parameters of type HierarchicalStreamReader Modifier and Type Method Description protected void
CollectionConverter. addCurrentElementToCollection(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.Collection collection, java.util.Collection target)
protected void
CollectionConverter. populateCollection(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.Collection collection)
protected void
CollectionConverter. populateCollection(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.Collection collection, java.util.Collection target)
protected void
MapConverter. populateMap(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.Map map)
protected void
MapConverter. populateMap(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.Map map, java.util.Map target)
protected void
TreeMapConverter. populateTreeMap(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.TreeMap result, java.util.Comparator comparator)
protected void
MapConverter. putCurrentEntryIntoMap(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.Map map, java.util.Map target)
protected java.lang.Object
AbstractCollectionConverter. readBareItem(HierarchicalStreamReader reader, UnmarshallingContext context, java.lang.Object current)
Read a bare item of the collection from the reader.protected java.lang.Object
AbstractCollectionConverter. readCompleteItem(HierarchicalStreamReader reader, UnmarshallingContext context, java.lang.Object current)
Read an item of the collection including the tags from the reader.protected java.lang.Object
AbstractCollectionConverter. readItem(HierarchicalStreamReader reader, UnmarshallingContext context, java.lang.Object current)
abstract java.lang.Object
AbstractCollectionConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
ArrayConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
BitSetConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
CharArrayConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
CollectionConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
MapConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
PropertiesConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
SingletonCollectionConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
SingletonMapConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
TreeMapConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
TreeSetConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
protected java.util.Comparator
TreeMapConverter. unmarshalComparator(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.TreeMap result)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.converters.enums
Methods in com.thoughtworks.xstream.converters.enums with parameters of type HierarchicalStreamReader Modifier and Type Method Description java.lang.Object
EnumConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
EnumMapConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
EnumSetConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.converters.extended
Methods in com.thoughtworks.xstream.converters.extended with parameters of type HierarchicalStreamReader Modifier and Type Method Description protected void
NamedMapConverter. populateMap(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.Map map, java.util.Map target)
protected java.util.Set
SubjectConverter. populateSet(HierarchicalStreamReader reader, UnmarshallingContext context)
protected java.lang.Object
NamedCollectionConverter. readBareItem(HierarchicalStreamReader reader, UnmarshallingContext context, java.lang.Object current)
protected java.lang.Object
NamedMapConverter. readItem(java.lang.Class type, HierarchicalStreamReader reader, UnmarshallingContext context, java.lang.Object current)
java.lang.Object
ActivationDataFlavorConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
ColorConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
DynamicProxyConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
EncodedByteArrayConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
FontConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
GregorianCalendarConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
JavaFieldConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
JavaMethodConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
NamedArrayConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
RegexPatternConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
SubjectConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
ThrowableConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
ToAttributedValueConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
private java.lang.Object
EncodedByteArrayConverter. unmarshalIndividualByteElements(HierarchicalStreamReader reader, UnmarshallingContext context)
protected java.util.Set
SubjectConverter. unmarshalPrincipals(HierarchicalStreamReader reader, UnmarshallingContext context)
protected java.util.Set
SubjectConverter. unmarshalPrivateCredentials(HierarchicalStreamReader reader, UnmarshallingContext context)
protected java.util.Set
SubjectConverter. unmarshalPublicCredentials(HierarchicalStreamReader reader, UnmarshallingContext context)
protected boolean
SubjectConverter. unmarshalReadOnly(HierarchicalStreamReader reader)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.converters.javabean
Methods in com.thoughtworks.xstream.converters.javabean with parameters of type HierarchicalStreamReader Modifier and Type Method Description private java.lang.Class
JavaBeanConverter. determineType(HierarchicalStreamReader reader, java.lang.Object result, java.lang.String fieldName)
java.lang.Object
JavaBeanConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.converters.reflection
Methods in com.thoughtworks.xstream.converters.reflection with parameters of type HierarchicalStreamReader Modifier and Type Method Description java.lang.Object
AbstractReflectionConverter. doUnmarshal(java.lang.Object result, HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
SerializableConverter. doUnmarshal(java.lang.Object result, HierarchicalStreamReader reader, UnmarshallingContext context)
protected java.lang.Object
SerializableConverter. doUnmarshalConditionally(java.lang.Object result, HierarchicalStreamReader reader, UnmarshallingContext context)
protected java.lang.Object
AbstractReflectionConverter. instantiateNewInstance(HierarchicalStreamReader reader, UnmarshallingContext context)
private void
CGLIBEnhancedConverter. readCallback(HierarchicalStreamReader reader, UnmarshallingContext context, java.util.List callbacksToEnhance, java.util.List callbacks)
private java.lang.Class
AbstractReflectionConverter. readDeclaringClass(HierarchicalStreamReader reader)
java.lang.Object
AbstractReflectionConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
CGLIBEnhancedConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
ExternalizableConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.converters.time
Methods in com.thoughtworks.xstream.converters.time with parameters of type HierarchicalStreamReader Modifier and Type Method Description java.lang.Object
SystemClockConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
ValueRangeConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
java.lang.Object
WeekFieldsConverter. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.core
Fields in com.thoughtworks.xstream.core declared as HierarchicalStreamReader Modifier and Type Field Description protected HierarchicalStreamReader
TreeUnmarshaller. reader
Methods in com.thoughtworks.xstream.core with parameters of type HierarchicalStreamReader Modifier and Type Method Description protected abstract TreeUnmarshaller
AbstractTreeMarshallingStrategy. createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
protected TreeUnmarshaller
ReferenceByIdMarshallingStrategy. createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
protected TreeUnmarshaller
ReferenceByXPathMarshallingStrategy. createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
protected TreeUnmarshaller
TreeMarshallingStrategy. createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
java.lang.Object
AbstractTreeMarshallingStrategy. unmarshal(java.lang.Object root, HierarchicalStreamReader reader, DataHolder dataHolder, ConverterLookup converterLookup, Mapper mapper)
Constructors in com.thoughtworks.xstream.core with parameters of type HierarchicalStreamReader Constructor Description AbstractReferenceUnmarshaller(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
ReferenceByIdUnmarshaller(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
ReferenceByXPathUnmarshaller(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
TreeUnmarshaller(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.core.util
Methods in com.thoughtworks.xstream.core.util with parameters of type HierarchicalStreamReader Modifier and Type Method Description static java.lang.String
HierarchicalStreams. readClassAttribute(HierarchicalStreamReader reader, Mapper mapper)
static java.lang.Class
HierarchicalStreams. readClassType(HierarchicalStreamReader reader, Mapper mapper)
java.lang.Object
SelfStreamingInstanceChecker. unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.io
Subinterfaces of HierarchicalStreamReader in com.thoughtworks.xstream.io Modifier and Type Interface Description interface
ExtendedHierarchicalStreamReader
Deprecated.As of 1.4.11, this interface will be merged into parent with version 1.5.0.Classes in com.thoughtworks.xstream.io that implement HierarchicalStreamReader Modifier and Type Class Description class
AbstractReader
Abstract base class for all HierarchicalStreamReader implementations.class
ReaderWrapper
Base class to make it easy to create wrappers (decorators) for HierarchicalStreamReader.Fields in com.thoughtworks.xstream.io declared as HierarchicalStreamReader Modifier and Type Field Description private HierarchicalStreamReader
AttributeNameIterator. reader
Deprecated.protected HierarchicalStreamReader
ReaderWrapper. wrapped
Methods in com.thoughtworks.xstream.io that return HierarchicalStreamReader Modifier and Type Method Description HierarchicalStreamReader
AbstractDriver. createReader(java.io.File in)
Create the HierarchicalStreamReader with the stream parser reading from a File.HierarchicalStreamReader
AbstractDriver. createReader(java.net.URL in)
Create the HierarchicalStreamReader with the stream parser reading from a URL.HierarchicalStreamReader
HierarchicalStreamDriver. createReader(java.io.File in)
Create the HierarchicalStreamReader with the stream parser reading from a File.HierarchicalStreamReader
HierarchicalStreamDriver. createReader(java.io.InputStream in)
Create the HierarchicalStreamReader with the stream parser reading from the input stream.HierarchicalStreamReader
HierarchicalStreamDriver. createReader(java.io.Reader in)
Create the HierarchicalStreamReader with the stream parser reading from the IO reader.HierarchicalStreamReader
HierarchicalStreamDriver. createReader(java.net.URL in)
Create the HierarchicalStreamReader with the stream parser reading from a URL.HierarchicalStreamReader
AbstractReader. underlyingReader()
Return the underlying HierarchicalStreamReader implementation.HierarchicalStreamReader
HierarchicalStreamReader. underlyingReader()
Return the underlying HierarchicalStreamReader implementation.HierarchicalStreamReader
ReaderWrapper. underlyingReader()
Constructors in com.thoughtworks.xstream.io with parameters of type HierarchicalStreamReader Constructor Description AttributeNameIterator(HierarchicalStreamReader reader)
Deprecated.ReaderWrapper(HierarchicalStreamReader reader)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.io.binary
Classes in com.thoughtworks.xstream.io.binary that implement HierarchicalStreamReader Modifier and Type Class Description class
BinaryStreamReader
A HierarchicalStreamReader that reads from a binary stream created byBinaryStreamWriter
.Methods in com.thoughtworks.xstream.io.binary that return HierarchicalStreamReader Modifier and Type Method Description HierarchicalStreamReader
BinaryStreamDriver. createReader(java.io.InputStream in)
HierarchicalStreamReader
BinaryStreamDriver. createReader(java.io.Reader in)
HierarchicalStreamReader
BinaryStreamReader. underlyingReader()
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.io.copy
Methods in com.thoughtworks.xstream.io.copy with parameters of type HierarchicalStreamReader Modifier and Type Method Description void
HierarchicalStreamCopier. copy(HierarchicalStreamReader source, HierarchicalStreamWriter destination)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.io.json
Methods in com.thoughtworks.xstream.io.json that return HierarchicalStreamReader Modifier and Type Method Description HierarchicalStreamReader
JsonHierarchicalStreamDriver. createReader(java.io.File in)
HierarchicalStreamReader
JsonHierarchicalStreamDriver. createReader(java.io.InputStream in)
HierarchicalStreamReader
JsonHierarchicalStreamDriver. createReader(java.io.Reader in)
HierarchicalStreamReader
JsonHierarchicalStreamDriver. createReader(java.net.URL in)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.io.path
Classes in com.thoughtworks.xstream.io.path that implement HierarchicalStreamReader Modifier and Type Class Description class
PathTrackingReader
Wrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read.Constructors in com.thoughtworks.xstream.io.path with parameters of type HierarchicalStreamReader Constructor Description PathTrackingReader(HierarchicalStreamReader reader, PathTracker pathTracker)
-
Uses of HierarchicalStreamReader in com.thoughtworks.xstream.io.xml
Subinterfaces of HierarchicalStreamReader in com.thoughtworks.xstream.io.xml Modifier and Type Interface Description interface
DocumentReader
A generic interface for allHierarchicalStreamReader
implementations reading a DOM.Classes in com.thoughtworks.xstream.io.xml that implement HierarchicalStreamReader Modifier and Type Class Description class
AbstractDocumentReader
class
AbstractPullReader
Base class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.class
AbstractXmlReader
Deprecated.As of 1.4, useAbstractReader
instead.class
DomReader
class
StaxReader
A reader using the StAX API.class
XppDomReader
class
XppReader
XStream reader that pulls directly from the stream using the XmlPullParser API.Methods in com.thoughtworks.xstream.io.xml that return HierarchicalStreamReader Modifier and Type Method Description HierarchicalStreamReader
AbstractXppDomDriver. createReader(java.io.InputStream in)
Create the HierarchicalStreamReader with the stream parser reading from the input stream.HierarchicalStreamReader
AbstractXppDomDriver. createReader(java.io.Reader in)
Create the HierarchicalStreamReader with the stream parser reading from the IO reader.HierarchicalStreamReader
AbstractXppDriver. createReader(java.io.InputStream in)
Create the HierarchicalStreamReader with the stream parser reading from the input stream.HierarchicalStreamReader
AbstractXppDriver. createReader(java.io.Reader in)
Create the HierarchicalStreamReader with the stream parser reading from the IO reader.HierarchicalStreamReader
DomDriver. createReader(java.io.File in)
HierarchicalStreamReader
DomDriver. createReader(java.io.InputStream in)
HierarchicalStreamReader
DomDriver. createReader(java.io.Reader in)
HierarchicalStreamReader
DomDriver. createReader(java.net.URL in)
private HierarchicalStreamReader
DomDriver. createReader(org.xml.sax.InputSource source)
HierarchicalStreamReader
StaxDriver. createReader(java.io.File in)
HierarchicalStreamReader
StaxDriver. createReader(java.io.InputStream in)
HierarchicalStreamReader
StaxDriver. createReader(java.io.Reader xml)
HierarchicalStreamReader
StaxDriver. createReader(java.net.URL in)
-