com.thoughtworks.xstream.converters
Interface UnmarshallingContext
- public interface UnmarshallingContext
Method Summary |
java.lang.Object |
convertAnother(java.lang.Class type)
Deprecated. Use convertAnother(Object current, Class type) instead. |
java.lang.Object |
convertAnother(java.lang.Object current,
java.lang.Class type)
|
java.lang.Object |
currentObject()
|
java.lang.Class |
getRequiredType()
|
convertAnother
public java.lang.Object convertAnother(java.lang.Class type)
- Deprecated. Use convertAnother(Object current, Class type) instead.
convertAnother
public java.lang.Object convertAnother(java.lang.Object current,
java.lang.Class type)
currentObject
public java.lang.Object currentObject()
getRequiredType
public java.lang.Class getRequiredType()
Joe Walnes, http://xstream.codehaus.org/