com.thoughtworks.xstream.converters
Interface UnmarshallingContext
- All Superinterfaces:
- DataHolder
- All Known Implementing Classes:
- AbstractReferenceUnmarshaller, ReferenceByIdUnmarshaller, ReferenceByXPathUnmarshaller, TreeUnmarshaller
public interface UnmarshallingContext
- extends DataHolder
convertAnother
Object convertAnother(Object current,
Class type)
convertAnother
Object convertAnother(Object current,
Class type,
Converter converter)
- Since:
- 1.2
currentObject
Object currentObject()
getRequiredType
Class getRequiredType()
addCompletionCallback
void addCompletionCallback(Runnable work,
int priority)
Copyright © 2004-2014 XStream. All Rights Reserved.