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 classImmutableFieldKeySorterDoes not change the order of the fields.classNativeFieldKeySorterSort the fields in their natural order.classSortableFieldKeySorterThe default implementation for sorting fields.classXStream12FieldKeySorterSort 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 FieldKeySorterFieldDictionary. sorterConstructors in com.thoughtworks.xstream.converters.reflection with parameters of type FieldKeySorter Constructor Description FieldDictionary(FieldKeySorter sorter)
-