Package io.quarkus.security.spi.runtime
Class MethodDescription
- java.lang.Object
-
- io.quarkus.security.spi.runtime.MethodDescription
-
public class MethodDescription extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodDescription(String className, String methodName, String[] parameterTypes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClassName()StringgetMethodName()String[]getParameterTypes()inthashCode()static MethodDescriptionofMethod(Method method)static String[]typesAsStrings(Class<?>[] parameterTypes)
-
-
-
Method Detail
-
getClassName
public String getClassName()
-
getMethodName
public String getMethodName()
-
getParameterTypes
public String[] getParameterTypes()
-
ofMethod
public static MethodDescription ofMethod(Method method)
-
-