Uses of Interface
com.thoughtworks.xstream.converters.javabean.PropertySorter
-
Packages that use PropertySorter Package Description com.thoughtworks.xstream.converters.javabean -
-
Uses of PropertySorter in com.thoughtworks.xstream.converters.javabean
Classes in com.thoughtworks.xstream.converters.javabean that implement PropertySorter Modifier and Type Class Description class
ComparingPropertySorter
A sorter that uses a comparator to determine the order of the bean properties.class
NativePropertySorter
A sorter that keeps the natural order of the bean properties as they are returned by the JavaBean introspection.Fields in com.thoughtworks.xstream.converters.javabean declared as PropertySorter Modifier and Type Field Description private PropertySorter
PropertyDictionary. sorter
Constructors in com.thoughtworks.xstream.converters.javabean with parameters of type PropertySorter Constructor Description PropertyDictionary(PropertySorter sorter)
-