com.thoughtworks.xstream.converters
Interface UnmarshallingContext

All Superinterfaces:
DataHolder
All Known Implementing Classes:
AbstractReferenceUnmarshaller, ReferenceByIdUnmarshaller, ReferenceByXPathUnmarshaller, TreeUnmarshaller

public interface UnmarshallingContext
extends DataHolder


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

Method Detail

convertAnother

Object convertAnother(Object current,
                      Class type)

convertAnother

Object convertAnother(Object current,
                      Class type,
                      Converter converter)
Since:
1.2

currentObject

Object currentObject()

getRequiredType

Class getRequiredType()

addCompletionCallback

void addCompletionCallback(Runnable work,
                           int priority)


Copyright © 2004-2014 XStream. All Rights Reserved.