EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.util
Class ReflectionKit.ClassFieldComparator

java.lang.Object
  extended by echopoint.util.ReflectionKit.MemberClassComparator
      extended by echopoint.util.ReflectionKit.ClassMemberComparator
          extended by 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.


Constructor Summary
ReflectionKit.ClassFieldComparator()
           
 
Method Summary
 
Methods inherited from class echopoint.util.ReflectionKit.ClassMemberComparator
compare
 
Methods inherited from class echopoint.util.ReflectionKit.MemberClassComparator
compareByConstructor, compareByField, compareByMethod, compareByModifiers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ReflectionKit.ClassFieldComparator

public ReflectionKit.ClassFieldComparator()

EchoPoint API - 3.0.0b5
App Webcontainer