com.thoughtworks.xstream.converters.javabean
Class PropertyDictionary

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

public class PropertyDictionary
extends java.lang.Object

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


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

Constructor Detail

PropertyDictionary

public PropertyDictionary()
Method Detail

serializablePropertiesFor

public java.util.Iterator serializablePropertiesFor(java.lang.Class cls)

property

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

Parameters:
cls -
name -


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