|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.converters.javabean.PropertyDictionary
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 |
public PropertyDictionary()
Method Detail |
public java.util.Iterator serializablePropertiesFor(java.lang.Class cls)
public BeanProperty property(java.lang.Class cls, java.lang.String name)
cls
- name
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |