Class MethodDescription

java.lang.Object
io.quarkus.security.spi.runtime.MethodDescription

public class MethodDescription extends Object
  • Constructor Details

    • MethodDescription

      public MethodDescription(String className, String methodName, String[] parameterTypes)
  • Method Details

    • getClassName

      public String getClassName()
    • getMethodName

      public String getMethodName()
    • getParameterTypes

      public String[] getParameterTypes()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public static MethodDescription ofMethod(Method method)
    • typesAsStrings

      public static String[] typesAsStrings(Class<?>[] parameterTypes)