| Package | Description |
|---|---|
| org.apache.shindig.protocol.conversion | |
| org.apache.shindig.protocol.conversion.xstream |
| Modifier and Type | Field and Description |
|---|---|
protected WriterStack |
BeanXStreamConverter.writerStack |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadSafeWriterStack
A simple implementation of a WriterStack that can be shared amongst multiple
threads and will record the state of each thread.
|
| Modifier and Type | Method and Description |
|---|---|
XStreamConfiguration.ConverterConfig |
XStreamConfiguration.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.
|
| Constructor and Description |
|---|
InterfaceClassMapper(WriterStack writerStack,
com.thoughtworks.xstream.mapper.Mapper wrapped,
List<ClassFieldMapping> elementMappingList,
List<ClassFieldMapping> listElementMappingList,
List<ImplicitCollectionFieldMapping> itemFieldMappings,
com.google.common.collect.Multimap<String,Class<?>> omitMMap,
Map<String,Class<?>> elementClassMap)
Create an Interface Class Mapper with a configuration.
|
InterfaceFieldAliasingMapper(com.thoughtworks.xstream.mapper.Mapper wrapped,
WriterStack writerStack,
List<InterfaceFieldAliasMapping> ifaList) |
StackDriver(com.thoughtworks.xstream.io.HierarchicalStreamDriver parent,
WriterStack writerStack,
Map<String,NamespaceSet> map)
|
StackWriterWrapper(com.thoughtworks.xstream.io.HierarchicalStreamWriter wrapped,
WriterStack writerStack,
Map<String,NamespaceSet> namespaces)
Create a
StackWriterWrapper that wraps a
HierarchicalStreamWriter and tracks where that writer is in the
hierarchy. |
Copyright © 2007-2012. All Rights Reserved.