Class GetMethod
- java.lang.Object
-
- org.hibernate.validator.internal.util.privilegedactions.GetMethod
-
- All Implemented Interfaces:
PrivilegedAction<Method>
public final class GetMethod extends Object implements PrivilegedAction<Method>
Returns the method with the specified name ornullif it does not exist.- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMethodaction(Class<?> clazz, String methodName)Methodrun()
-