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.Fields in com.thoughtworks.xstream.converters.reflection declared as FieldKeySorter Modifier and Type Field Description private FieldKeySorter
FieldDictionary. sorter
Constructors in com.thoughtworks.xstream.converters.reflection with parameters of type FieldKeySorter Constructor Description FieldDictionary(FieldKeySorter sorter)
-