Class MethodSignature

Object
com.liferay.portal.kernel.monitoring.MethodSignature

public class MethodSignature extends Object
Author:
Shuyang Zhou
  • Constructor Details

    • MethodSignature

      public MethodSignature(Method method)
    • MethodSignature

      public MethodSignature(String className, String methodName, String[] parameterTypeNames)
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • getClassName

      public String getClassName()
    • getMethodName

      public String getMethodName()
    • getParameterTypeNames

      public String[] getParameterTypeNames()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object