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