Package | Description |
---|---|
com.thoughtworks.xstream.annotations | |
com.thoughtworks.xstream.converters | |
com.thoughtworks.xstream.converters.basic |
Converters for common basic types in Java.
|
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 | |
com.thoughtworks.xstream.converters.extended |
Extra converters that may not be enabled in XStream by default.
|
com.thoughtworks.xstream.converters.javabean | |
com.thoughtworks.xstream.converters.reflection | |
com.thoughtworks.xstream.converters.time |
Extra converters for the java.time package.
|
com.thoughtworks.xstream.core |
Modifier and Type | Method and Description |
---|---|
protected Object |
AnnotationReflectionConverter.unmarshallField(UnmarshallingContext context,
Object result,
Class type,
Field field)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
Converter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context)
Convert textual data back into an object.
|
Object |
SingleValueConverterWrapper.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
NullConverter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Object |
CharConverter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
EnumConverter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Object |
EnumSetConverter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Object |
EnumMapConverter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
JavaBeanConverter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
ValueRangeConverter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Object |
SystemClockConverter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Object |
WeekFieldsConverter.unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReferenceUnmarshaller
Abstract base class for a TreeUnmarshaller, that resolves references.
|
class |
ReferenceByIdUnmarshaller |
class |
ReferenceByXPathUnmarshaller |
class |
TreeUnmarshaller |
Copyright © 2004–2017 XStream. All rights reserved.