public interface XStreamConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static class |
XStreamConfiguration.ConverterConfig |
static class |
XStreamConfiguration.ConverterSet |
| Modifier and Type | Method and Description |
|---|---|
XStreamConfiguration.ConverterConfig |
getConverterConfig(XStreamConfiguration.ConverterSet c,
com.thoughtworks.xstream.converters.reflection.ReflectionProvider rp,
com.thoughtworks.xstream.mapper.Mapper dmapper,
com.thoughtworks.xstream.io.HierarchicalStreamDriver driver,
WriterStack writerStack)
Generate the converter config.
|
Map<String,NamespaceSet> |
getNameSpaces() |
XStreamConfiguration.ConverterConfig getConverterConfig(XStreamConfiguration.ConverterSet c, com.thoughtworks.xstream.converters.reflection.ReflectionProvider rp, com.thoughtworks.xstream.mapper.Mapper dmapper, com.thoughtworks.xstream.io.HierarchicalStreamDriver driver, WriterStack writerStack)
c - which converter set.rp - an XStream reflection provider.dmapper - the XStream mapper.driver - the XStream driverwriterStack - a hirachical stack recorder.Map<String,NamespaceSet> getNameSpaces()
Copyright © 2007-2012. All Rights Reserved.