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 classAbstractReferenceUnmarshallerAbstract base class for a TreeUnmarshaller, that resolves references.classReferenceByIdUnmarshallerclassReferenceByXPathUnmarshallerMethods in com.thoughtworks.xstream.core that return TreeUnmarshaller Modifier and Type Method Description protected abstract TreeUnmarshallerAbstractTreeMarshallingStrategy. createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)protected TreeUnmarshallerReferenceByIdMarshallingStrategy. createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)protected TreeUnmarshallerReferenceByXPathMarshallingStrategy. createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)protected TreeUnmarshallerTreeMarshallingStrategy. createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
-