Uses of Class
com.thoughtworks.xstream.core.TreeUnmarshaller
-
Packages that use TreeUnmarshaller Package Description com.thoughtworks.xstream.core -
-
Uses of TreeUnmarshaller in com.thoughtworks.xstream.core
Subclasses of TreeUnmarshaller in com.thoughtworks.xstream.core Modifier and Type Class Description class
AbstractReferenceUnmarshaller
Abstract base class for a TreeUnmarshaller, that resolves references.class
ReferenceByIdUnmarshaller
class
ReferenceByXPathUnmarshaller
Methods in com.thoughtworks.xstream.core that return TreeUnmarshaller 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)
-