com.thoughtworks.xstream.converters
Interface UnmarshallingContext

All Superinterfaces:
DataHolder

public interface UnmarshallingContext
extends DataHolder


Method Summary
 java.lang.Object convertAnother(java.lang.Object current, java.lang.Class type)
           
 java.lang.Object currentObject()
           
 java.lang.Class getRequiredType()
           
 
Methods inherited from interface com.thoughtworks.xstream.converters.DataHolder
get, keys, put
 

Method Detail

convertAnother

public java.lang.Object convertAnother(java.lang.Object current,
                                       java.lang.Class type)

currentObject

public java.lang.Object currentObject()

getRequiredType

public java.lang.Class getRequiredType()


Joe Walnes, http://xstream.codehaus.org/