Uses of Interface
com.thoughtworks.xstream.converters.javabean.PropertySorter

Packages that use PropertySorter
com.thoughtworks.xstream.converters.javabean   
 

Uses of PropertySorter in com.thoughtworks.xstream.converters.javabean
 

Classes in com.thoughtworks.xstream.converters.javabean that implement PropertySorter
 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.
 

Constructors in com.thoughtworks.xstream.converters.javabean with parameters of type PropertySorter
PropertyDictionary(PropertySorter sorter)
           
 



Copyright © 2004-2014 XStream. All Rights Reserved.