com.thoughtworks.xstream.converters
Interface UnmarshallingContext
- All Superinterfaces:
- DataHolder
public interface UnmarshallingContext
- extends DataHolder
convertAnother
java.lang.Object convertAnother(java.lang.Object current,
java.lang.Class type)
convertAnother
java.lang.Object convertAnother(java.lang.Object current,
java.lang.Class type,
Converter converter)
- Since:
- 1.2
currentObject
java.lang.Object currentObject()
getRequiredType
java.lang.Class getRequiredType()
addCompletionCallback
void addCompletionCallback(java.lang.Runnable work,
int priority)
Joe Walnes, http://xstream.codehaus.org/