public interface XStreamUnmarshallingContext
Modifier and Type | Method and Description |
---|---|
void |
addCompletionCallback(Runnable runnable,
int i) |
Object |
convertAnother(Object object,
Class<?> clazz) |
Object |
convertAnother(Object object,
Class<?> clazz,
XStreamConverter xStreamConverter) |
Object |
currentObject() |
Object |
getRequiredType() |
void addCompletionCallback(Runnable runnable, int i)
Object convertAnother(Object object, Class<?> clazz)
Object convertAnother(Object object, Class<?> clazz, XStreamConverter xStreamConverter)
Object currentObject()
Object getRequiredType()