Class TypeMirrorHierarchyComparator
- java.lang.Object
-
- de.knightsoftnet.validators.annotation.processor.TypeMirrorHierarchyComparator
-
- All Implemented Interfaces:
Comparator<TypeMirror>
public class TypeMirrorHierarchyComparator extends Object implements Comparator<TypeMirror>
-
-
Constructor Summary
Constructors Constructor Description TypeMirrorHierarchyComparator(Types typeUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(TypeMirror o1, TypeMirror o2)-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Constructor Detail
-
TypeMirrorHierarchyComparator
public TypeMirrorHierarchyComparator(Types typeUtils)
-
-
Method Detail
-
compare
public int compare(TypeMirror o1, TypeMirror o2)
- Specified by:
comparein interfaceComparator<TypeMirror>
-
-