| Constructor and Description |
|---|
PropertyDictionary() |
PropertyDictionary(PropertySorter sorter) |
| Modifier and Type | Method and Description |
|---|---|
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 |
public PropertyDictionary()
public PropertyDictionary(PropertySorter sorter)
public Iterator serializablePropertiesFor(Class type)
propertiesFor(Class) insteadpublic BeanProperty property(Class cls, String name)
propertyDescriptor(Class, String) insteadcls - name - public PropertyDescriptor propertyDescriptor(Class type, String name)
type - name - public void flushCache()
flushCache in interface CachingCopyright © 2004-2014 XStream. All Rights Reserved.