public class XStreamUnmarshallingContextAdapter
extends java.lang.Object
implements com.liferay.exportimport.kernel.xstream.XStreamUnmarshallingContext
| Constructor and Description |
|---|
XStreamUnmarshallingContextAdapter(com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCompletionCallback(java.lang.Runnable work,
int priority) |
java.lang.Object |
convertAnother(java.lang.Object object,
java.lang.Class<?> clazz) |
java.lang.Object |
convertAnother(java.lang.Object object,
java.lang.Class<?> clazz,
com.liferay.exportimport.kernel.xstream.XStreamConverter xStreamConverter) |
java.lang.Object |
currentObject() |
java.lang.Object |
getRequiredType() |
public XStreamUnmarshallingContextAdapter(com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
public void addCompletionCallback(java.lang.Runnable work,
int priority)
addCompletionCallback in interface com.liferay.exportimport.kernel.xstream.XStreamUnmarshallingContextpublic java.lang.Object convertAnother(java.lang.Object object,
java.lang.Class<?> clazz)
convertAnother in interface com.liferay.exportimport.kernel.xstream.XStreamUnmarshallingContextpublic java.lang.Object convertAnother(java.lang.Object object,
java.lang.Class<?> clazz,
com.liferay.exportimport.kernel.xstream.XStreamConverter xStreamConverter)
convertAnother in interface com.liferay.exportimport.kernel.xstream.XStreamUnmarshallingContextpublic java.lang.Object currentObject()
currentObject in interface com.liferay.exportimport.kernel.xstream.XStreamUnmarshallingContextpublic java.lang.Object getRequiredType()
getRequiredType in interface com.liferay.exportimport.kernel.xstream.XStreamUnmarshallingContext