echopoint.util
Class ReflectionKit.ClassFieldComparator
java.lang.Object
echopoint.util.ReflectionKit.MemberClassComparator
echopoint.util.ReflectionKit.ClassMemberComparator
echopoint.util.ReflectionKit.ClassFieldComparator
- All Implemented Interfaces:
- Comparator
- Enclosing class:
- ReflectionKit
public static class ReflectionKit.ClassFieldComparator
- extends ReflectionKit.ClassMemberComparator
A Comparator
that can be used when comparing and
sorting Field
objects by most specific declaring
class order, then followed by Field name and parameters.
In short it sorts in "Class / Field" order.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionKit.ClassFieldComparator
public ReflectionKit.ClassFieldComparator()