|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.converters.javabean.PropertyDictionary
public class PropertyDictionary
Builds the serializable properties maps for each bean and caches them.
Constructor Summary | |
---|---|
PropertyDictionary()
Deprecated. |
Method Summary | |
---|---|
BeanProperty |
property(java.lang.Class cls,
java.lang.String name)
Deprecated. Locates a serializable property |
java.util.Iterator |
serializablePropertiesFor(java.lang.Class cls)
Deprecated. |
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 |