public class XStreamContext
extends com.thoughtworks.xstream.core.MapBackedDataHolder
DataHolder used to provide XStream marshalling context data.XmlUtils,
DataHolder| Constructor and Description |
|---|
XStreamContext()
Constructs new empty context.
|
XStreamContext(Map data)
Constructs new context based on another map.
|
XStreamContext(Object key,
Object value)
Constructs new context with single key-value pair.
|
public XStreamContext()
public XStreamContext(Map data)
data - map with dataCopyright © 2020. All rights reserved.