Class ReflectUtils


  • public final class ReflectUtils
    extends Object
    Place to put utility methods that the JVM doesn't supply
    Author:
    Byron Nevins
    • Constructor Detail

      • ReflectUtils

        public ReflectUtils()
    • Method Detail

      • equalSignatures

        public static String equalSignatures​(Method m1,
                                             Method m2)
        Parameters:
        m1 - Method to compare
        m2 - Method to compare
        Returns:
        null if they have the same signature. A String describing the differences if they have different signatures.