Package 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
-
Field Summary
Fields inherited from class com.thoughtworks.xstream.core.TreeUnmarshaller
reader
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceByIdUnmarshaller
(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
protected Object
getReferenceKey
(String reference) Methods inherited from class com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller
convert
Methods inherited from class com.thoughtworks.xstream.core.TreeUnmarshaller
addCompletionCallback, convertAnother, convertAnother, currentObject, get, getMapper, getRequiredType, keys, put, start
-
Constructor Details
-
ReferenceByIdUnmarshaller
public ReferenceByIdUnmarshaller(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
-
-
Method Details
-
getReferenceKey
- Specified by:
getReferenceKey
in classAbstractReferenceUnmarshaller
-
getCurrentReferenceKey
- Specified by:
getCurrentReferenceKey
in classAbstractReferenceUnmarshaller
-