Class DisplayNameUtils

    • Method Detail

      • getMethodDisplayName

        public static String getMethodDisplayName​(Method method)
        Returns a display name for a method.
        Parameters:
        method - The method.
        Returns:
        A display name for the given method.
      • getMethodDisplayName

        public static String getMethodDisplayName​(String name,
                                                  Class<?>[] parameterTypes)
        Returns a display name for a method.
        Parameters:
        name - The method name.
        parameterTypes - The method parameter types.
        Returns:
        A display name for the method with the given name and parameter types.