Class ReflectUtils

java.lang.Object
com.sun.enterprise.util.reflect.ReflectUtils

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

    • ReflectUtils

      public ReflectUtils()
  • Method Details

    • 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.