Package com.thoughtworks.xstream.core
Class ReferenceByXPathUnmarshaller
java.lang.Object
com.thoughtworks.xstream.core.TreeUnmarshaller
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller
com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller
- All Implemented Interfaces:
DataHolder
,UnmarshallingContext
-
Field Summary
FieldsFields inherited from class com.thoughtworks.xstream.core.TreeUnmarshaller
reader
-
Constructor Summary
ConstructorsConstructorDescriptionReferenceByXPathUnmarshaller
(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
-
Field Details
-
pathTracker
-
isNameEncoding
protected boolean isNameEncoding
-
-
Constructor Details
-
ReferenceByXPathUnmarshaller
public ReferenceByXPathUnmarshaller(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
-
-
Method Details
-
getReferenceKey
- Specified by:
getReferenceKey
in classAbstractReferenceUnmarshaller
-
getCurrentReferenceKey
- Specified by:
getCurrentReferenceKey
in classAbstractReferenceUnmarshaller
-