public interface

UnmarshallingContext

implements DataHolder
com.thoughtworks.xstream.converters.UnmarshallingContext

Summary

Public Methods
abstract void addCompletionCallback(Runnable work, int priority)
abstract Object convertAnother(Object current, Class type, Converter converter)
abstract Object convertAnother(Object current, Class type)
abstract Object currentObject()
abstract Class getRequiredType()
[Expand]
Inherited Methods
From interface com.thoughtworks.xstream.converters.DataHolder

Public Methods

public abstract void addCompletionCallback (Runnable work, int priority)

public abstract Object convertAnother (Object current, Class type, Converter converter)

public abstract Object convertAnother (Object current, Class type)

public abstract Object currentObject ()

public abstract Class getRequiredType ()