Class TreeUnmarshaller
java.lang.Object
com.thoughtworks.xstream.core.TreeUnmarshaller
- All Implemented Interfaces:
DataHolder, UnmarshallingContext
- Direct Known Subclasses:
AbstractReferenceUnmarshaller
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTreeUnmarshaller(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCompletionCallback(Runnable work, int priority) protected ObjectconvertAnother(Object parent, Class type) convertAnother(Object parent, Class type, Converter converter) protected Mapperkeys()voidstart(DataHolder dataHolder)
-
Field Details
-
reader
-
-
Constructor Details
-
TreeUnmarshaller
public TreeUnmarshaller(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
-
-
Method Details
-
convertAnother
- Specified by:
convertAnotherin interfaceUnmarshallingContext
-
convertAnother
- Specified by:
convertAnotherin interfaceUnmarshallingContext
-
convert
-
addCompletionCallback
- Specified by:
addCompletionCallbackin interfaceUnmarshallingContext
-
currentObject
- Specified by:
currentObjectin interfaceUnmarshallingContext
-
getRequiredType
- Specified by:
getRequiredTypein interfaceUnmarshallingContext
-
get
- Specified by:
getin interfaceDataHolder
-
put
- Specified by:
putin interfaceDataHolder
-
keys
- Specified by:
keysin interfaceDataHolder
-
start
-
getMapper
-