Uses of Interface
com.thoughtworks.xstream.converters.reflection.FieldKeySorter

Packages that use FieldKeySorter
com.thoughtworks.xstream.converters.reflection   
 

Uses of FieldKeySorter in com.thoughtworks.xstream.converters.reflection
 

Classes in com.thoughtworks.xstream.converters.reflection that implement FieldKeySorter
 class ImmutableFieldKeySorter
          Does not change the order of the fields.
 class NativeFieldKeySorter
          Sort the fields in their natural order.
 class SortableFieldKeySorter
          The default implementation for sorting fields.
 class XStream12FieldKeySorter
          Sort the fields in the order of XStream 1.2.x.
 

Constructors in com.thoughtworks.xstream.converters.reflection with parameters of type FieldKeySorter
FieldDictionary(FieldKeySorter sorter)
           
 



Copyright © 2004-2011 XStream. All Rights Reserved.