org.apache.shindig.protocol.conversion.xstream
Class XStreamConfiguration.ConverterConfig

java.lang.Object
  extended by org.apache.shindig.protocol.conversion.xstream.XStreamConfiguration.ConverterConfig
Enclosing interface:
XStreamConfiguration

public static class XStreamConfiguration.ConverterConfig
extends Object


Field Summary
 InterfaceClassMapper mapper
           
 com.thoughtworks.xstream.XStream xstream
           
 
Constructor Summary
XStreamConfiguration.ConverterConfig(InterfaceClassMapper mapper, com.thoughtworks.xstream.XStream xstream)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapper

public InterfaceClassMapper mapper

xstream

public com.thoughtworks.xstream.XStream xstream
Constructor Detail

XStreamConfiguration.ConverterConfig

public XStreamConfiguration.ConverterConfig(InterfaceClassMapper mapper,
                                            com.thoughtworks.xstream.XStream xstream)


Copyright © 2007-2012. All Rights Reserved.