Package com.thoughtworks.xstream.converters.javabean
-
Interface Summary Interface Description BeanProvider.Visitor Deprecated. As of 1.4 useJavaBeanProvider.Visitor
JavaBeanProvider JavaBeanProvider.Visitor PropertySorter An interface capable of sorting Java bean properties. -
Class Summary Class Description BeanProperty Deprecated. As of 1.3.1, no longer in useBeanProvider 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 Summary Exception Description JavaBeanConverter.DuplicateFieldException Deprecated. As of 1.3JavaBeanConverter.DuplicatePropertyException Exception to indicate double processing of a property to avoid silent clobbering.