Uses of Class
com.thoughtworks.xstream.core.TreeUnmarshaller
Packages that use TreeUnmarshaller
-
Uses of TreeUnmarshaller in com.thoughtworks.xstream.core
Subclasses of TreeUnmarshaller in com.thoughtworks.xstream.coreModifier and TypeClassDescriptionclass
Abstract base class for a TreeUnmarshaller, that resolves references.class
class
Methods in com.thoughtworks.xstream.core that return TreeUnmarshallerModifier and TypeMethodDescriptionprotected abstract TreeUnmarshaller
AbstractTreeMarshallingStrategy.createUnmarshallingContext
(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper) protected TreeUnmarshaller
ReferenceByIdMarshallingStrategy.createUnmarshallingContext
(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper) protected TreeUnmarshaller
ReferenceByXPathMarshallingStrategy.createUnmarshallingContext
(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper) protected TreeUnmarshaller
TreeMarshallingStrategy.createUnmarshallingContext
(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)