Class AnnotationPersistenceMetaDataSerializer.SerializationComparator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(java.lang.Object o1, java.lang.Object o2)  
      protected int compareUnknown​(java.lang.Object o1, java.lang.Object o2)
      Compare two unrecognized elements of the same type.
      • 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

      • SerializationComparator

        protected SerializationComparator()
    • Method Detail

      • compare

        public int compare​(java.lang.Object o1,
                           java.lang.Object o2)
        Specified by:
        compare in interface java.util.Comparator
        Overrides:
        compare in class MetaDataInheritanceComparator
      • compareUnknown

        protected int compareUnknown​(java.lang.Object o1,
                                     java.lang.Object o2)
        Compare two unrecognized elements of the same type. Throws exception by default.