com.thoughtworks.xstream.core
Class ReferenceByIdUnmarshaller
java.lang.Object
com.thoughtworks.xstream.core.TreeUnmarshaller
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller
com.thoughtworks.xstream.core.ReferenceByIdUnmarshaller
- All Implemented Interfaces:
- DataHolder, UnmarshallingContext
public class ReferenceByIdUnmarshaller
- extends AbstractReferenceUnmarshaller
|
Constructor Summary |
ReferenceByIdUnmarshaller(Object root,
HierarchicalStreamReader reader,
ConverterLookup converterLookup,
ClassMapper classMapper)
Deprecated. As of 1.2, use ReferenceByIdUnmarshaller(Object, HierarchicalStreamReader, ConverterLookup, Mapper) |
ReferenceByIdUnmarshaller(Object root,
HierarchicalStreamReader reader,
ConverterLookup converterLookup,
Mapper mapper)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceByIdUnmarshaller
public ReferenceByIdUnmarshaller(Object root,
HierarchicalStreamReader reader,
ConverterLookup converterLookup,
Mapper mapper)
ReferenceByIdUnmarshaller
public ReferenceByIdUnmarshaller(Object root,
HierarchicalStreamReader reader,
ConverterLookup converterLookup,
ClassMapper classMapper)
- Deprecated. As of 1.2, use
ReferenceByIdUnmarshaller(Object, HierarchicalStreamReader, ConverterLookup, Mapper)
getReferenceKey
protected Object getReferenceKey(String reference)
- Specified by:
getReferenceKey in class AbstractReferenceUnmarshaller
getCurrentReferenceKey
protected Object getCurrentReferenceKey()
- Specified by:
getCurrentReferenceKey in class AbstractReferenceUnmarshaller
Copyright © 2004-2007 XStream. All Rights Reserved.