public class SuperTypesLastSorter
extends java.lang.Object
| Constructor and Description |
|---|
SuperTypesLastSorter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.reflect.Field> |
sort(java.util.Collection<? extends java.lang.reflect.Field> unsortedFields)
Return a new collection with the fields sorted first by name,
then with any fields moved after their supertypes.
|