Uses of Interface
com.thoughtworks.xstream.converters.ConverterLookup

Packages that use ConverterLookup
com.thoughtworks.xstream   
com.thoughtworks.xstream.mapper   
 

Uses of ConverterLookup in com.thoughtworks.xstream
 

Methods in com.thoughtworks.xstream that return ConverterLookup
 ConverterLookup XStream.getConverterLookup()
           
 

Methods in com.thoughtworks.xstream with parameters of type ConverterLookup
 void MarshallingStrategy.marshal(HierarchicalStreamWriter writer, java.lang.Object obj, ConverterLookup converterLookup, Mapper mapper, DataHolder dataHolder)
           
 java.lang.Object MarshallingStrategy.unmarshal(java.lang.Object root, HierarchicalStreamReader reader, DataHolder dataHolder, ConverterLookup converterLookup, Mapper mapper)
           
 

Uses of ConverterLookup in com.thoughtworks.xstream.mapper
 

Methods in com.thoughtworks.xstream.mapper with parameters of type ConverterLookup
 void AttributeMapper.setConverterLookup(ConverterLookup converterLookup)
           
 

Constructors in com.thoughtworks.xstream.mapper with parameters of type ConverterLookup
AttributeMapper(Mapper wrapped, ConverterLookup converterLookup)
           
 



Joe Walnes, http://xstream.codehaus.org/