com.liferay.portlet.exportimport.xstream
Class XStreamUnmarshallingContextAdapter
java.lang.Object
com.liferay.portlet.exportimport.xstream.XStreamUnmarshallingContextAdapter
- All Implemented Interfaces:
- XStreamUnmarshallingContext
public class XStreamUnmarshallingContextAdapter
- extends Object
- implements XStreamUnmarshallingContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamUnmarshallingContextAdapter
public XStreamUnmarshallingContextAdapter(com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
addCompletionCallback
public void addCompletionCallback(Runnable work,
int priority)
- Specified by:
addCompletionCallback in interface XStreamUnmarshallingContext
convertAnother
public Object convertAnother(Object object,
Class<?> clazz)
- Specified by:
convertAnother in interface XStreamUnmarshallingContext
convertAnother
public Object convertAnother(Object object,
Class<?> clazz,
XStreamConverter xStreamConverter)
- Specified by:
convertAnother in interface XStreamUnmarshallingContext
currentObject
public Object currentObject()
- Specified by:
currentObject in interface XStreamUnmarshallingContext
getRequiredType
public Object getRequiredType()
- Specified by:
getRequiredType in interface XStreamUnmarshallingContext