Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.xstream
Interface XStreamUnmarshallingContext


public interface XStreamUnmarshallingContext


Method Summary
 void addCompletionCallback(Runnable runnable, int i)
           
 Object convertAnother(Object object, Class<?> clazz)
           
 Object convertAnother(Object object, Class<?> clazz, XStreamConverter xStreamConverter)
           
 Object currentObject()
           
 Object getRequiredType()
           
 

Method Detail

addCompletionCallback

void addCompletionCallback(Runnable runnable,
                           int i)

convertAnother

Object convertAnother(Object object,
                      Class<?> clazz)

convertAnother

Object convertAnother(Object object,
                      Class<?> clazz,
                      XStreamConverter xStreamConverter)

currentObject

Object currentObject()

getRequiredType

Object getRequiredType()

Liferay 7.0-ce-b4