Class PriorityComparator

  • All Implemented Interfaces:
    java.util.Comparator<java.lang.Class<?>>

    public class PriorityComparator
    extends java.lang.Object
    implements java.util.Comparator<java.lang.Class<?>>
    Orders types based on their Priority annotations (if any)
    Author:
    cdivilly
  • <section role="region"> </section> <section role="region">
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(java.lang.Class<?> o1, java.lang.Class<?> 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
    </section>
  • <section role="region">
    • Constructor Detail

      • PriorityComparator

        public PriorityComparator()
    </section> <section role="region">
    • Method Detail

      • compare

        public int compare​(java.lang.Class<?> o1,
                           java.lang.Class<?> o2)
        Specified by:
        compare in interface java.util.Comparator<java.lang.Class<?>>
    </section>