com.thoughtworks.xstream.converters
Interface UnmarshallingContext

All Superinterfaces:
DataHolder

public interface UnmarshallingContext
extends DataHolder


Method Summary
 void addCompletionCallback(java.lang.Runnable work, int priority)
           
 java.lang.Object convertAnother(java.lang.Object current, java.lang.Class type)
           
 java.lang.Object convertAnother(java.lang.Object current, java.lang.Class type, Converter converter)
           
 java.lang.Object currentObject()
           
 java.lang.Class getRequiredType()
           
 
Methods inherited from interface com.thoughtworks.xstream.converters.DataHolder
get, keys, put
 

Method Detail

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)


Copyright © 2004-2012 XStream. All Rights Reserved.