com.thoughtworks.xstream.converters.javabean
Class PropertyDictionary

java.lang.Object
  extended by com.thoughtworks.xstream.converters.javabean.PropertyDictionary

Deprecated. since 1.3.1, no longer in use

public class PropertyDictionary
extends Object

Builds the serializable properties maps for each bean and caches them.


Constructor Summary
PropertyDictionary()
          Deprecated.  
 
Method Summary
 BeanProperty property(Class cls, String name)
          Deprecated. Locates a serializable property
 Iterator serializablePropertiesFor(Class cls)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDictionary

public PropertyDictionary()
Deprecated. 
Method Detail

serializablePropertiesFor

public Iterator serializablePropertiesFor(Class cls)
Deprecated. 

property

public BeanProperty property(Class cls,
                             String name)
Deprecated. 
Locates a serializable property

Parameters:
cls -
name -


Copyright © 2004-2008 XStream. All Rights Reserved.