|
||||||||||
| 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 properties maps for each bean and caches them.
| Constructor Summary | |
|---|---|
PropertyDictionary()
|
|
PropertyDictionary(PropertySorter sorter)
|
|
| Method Summary | |
|---|---|
void |
flushCache()
|
Iterator |
propertiesFor(Class type)
|
BeanProperty |
property(Class cls,
String name)
Deprecated. As of 1.3.1, use propertyDescriptor(Class, String) instead |
PropertyDescriptor |
propertyDescriptor(Class type,
String name)
Locates a property descriptor. |
Iterator |
serializablePropertiesFor(Class type)
Deprecated. As of 1.3.1, use propertiesFor(Class) instead |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyDictionary()
public PropertyDictionary(PropertySorter sorter)
| Method Detail |
|---|
public Iterator serializablePropertiesFor(Class type)
propertiesFor(Class) instead
public BeanProperty property(Class cls,
String name)
propertyDescriptor(Class, String) instead
cls - name - public Iterator propertiesFor(Class type)
public PropertyDescriptor propertyDescriptor(Class type,
String name)
type - name - public void flushCache()
flushCache in interface Caching
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||