Class PropertyDictionary
- java.lang.Object
-
- com.thoughtworks.xstream.converters.javabean.PropertyDictionary
-
-
Constructor Summary
Constructors Constructor Description PropertyDictionary()
PropertyDictionary(PropertySorter sorter)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
flushCache()
java.util.Iterator
propertiesFor(java.lang.Class type)
BeanProperty
property(java.lang.Class cls, java.lang.String name)
Deprecated.As of 1.3.1, usepropertyDescriptor(Class, String)
insteadjava.beans.PropertyDescriptor
propertyDescriptor(java.lang.Class type, java.lang.String name)
Locates a property descriptor.java.util.Iterator
serializablePropertiesFor(java.lang.Class type)
Deprecated.As of 1.3.1, usepropertiesFor(Class)
instead
-
-
-
Constructor Detail
-
PropertyDictionary
public PropertyDictionary()
-
PropertyDictionary
public PropertyDictionary(PropertySorter sorter)
-
-
Method Detail
-
serializablePropertiesFor
public java.util.Iterator serializablePropertiesFor(java.lang.Class type)
Deprecated.As of 1.3.1, usepropertiesFor(Class)
instead
-
property
public BeanProperty property(java.lang.Class cls, java.lang.String name)
Deprecated.As of 1.3.1, usepropertyDescriptor(Class, String)
insteadLocates a serializable property.- Parameters:
cls
-name
-
-
propertiesFor
public java.util.Iterator propertiesFor(java.lang.Class type)
-
propertyDescriptor
public java.beans.PropertyDescriptor propertyDescriptor(java.lang.Class type, java.lang.String name)
Locates a property descriptor.- Parameters:
type
-name
-
-
flushCache
public void flushCache()
- Specified by:
flushCache
in interfaceCaching
-
-