Interface | Description |
---|---|
BeanProvider.Visitor | Deprecated
As of 1.4 use
JavaBeanProvider.Visitor |
JavaBeanProvider | |
JavaBeanProvider.Visitor | |
PropertySorter |
An interface capable of sorting Java bean properties.
|
Class | Description |
---|---|
BeanProperty | Deprecated
As of 1.3.1, no longer in use
|
BeanProvider | |
ComparingPropertySorter |
A sorter that uses a comparator to determine the order of the bean properties.
|
JavaBeanConverter |
Can convert any bean with a public default constructor.
|
NativePropertySorter |
A sorter that keeps the natural order of the bean properties as they are returned by the
JavaBean introspection.
|
PropertyDictionary |
Builds the properties maps for each bean and caches them.
|
Exception | Description |
---|---|
JavaBeanConverter.DuplicateFieldException | Deprecated
As of 1.3
|
JavaBeanConverter.DuplicatePropertyException |
Exception to indicate double processing of a property to avoid silent clobbering.
|
Copyright © 2004–2016 XStream. All rights reserved.