Uses of Interface
com.thoughtworks.xstream.converters.reflection.FieldKeySorter
-
Packages that use FieldKeySorter Package Description com.thoughtworks.xstream.converters.reflection -
-
Uses of FieldKeySorter in com.thoughtworks.xstream.converters.reflection
Classes in com.thoughtworks.xstream.converters.reflection that implement FieldKeySorter Modifier and Type Class Description 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 Constructor Description FieldDictionary(FieldKeySorter sorter)
-