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.
|
PropertyDescriptor |
propertyDescriptorOrNull(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
- MissingFieldException
- if property does not existpublic PropertyDescriptor propertyDescriptorOrNull(Class type, String name)
type
- name
- null
if property does not existpublic void flushCache()
flushCache
in interface Caching
Copyright © 2004–2017 XStream. All rights reserved.