Uses of Interface
org.apache.shindig.protocol.conversion.xstream.WriterStack

Packages that use WriterStack
org.apache.shindig.protocol.conversion   
org.apache.shindig.protocol.conversion.xstream   
 

Uses of WriterStack in org.apache.shindig.protocol.conversion
 

Fields in org.apache.shindig.protocol.conversion declared as WriterStack
protected  WriterStack BeanXStreamConverter.writerStack
           
 

Uses of WriterStack in org.apache.shindig.protocol.conversion.xstream
 

Classes in org.apache.shindig.protocol.conversion.xstream that implement WriterStack
 class ThreadSafeWriterStack
          A simple implementation of a WriterStack that can be shared amongst multiple threads and will record the state of each thread.
 

Methods in org.apache.shindig.protocol.conversion.xstream with parameters of type WriterStack
 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.
 

Constructors in org.apache.shindig.protocol.conversion.xstream with parameters of type WriterStack
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)
          Create a StackDriver, wrapping a HierarchicalStreamDriver and updating a WriterStack.
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.