org.hibernate.validator.util.privilegedactions
Class GetDeclaredMethod
java.lang.Object
org.hibernate.validator.util.privilegedactions.GetDeclaredMethod
- All Implemented Interfaces:
- PrivilegedAction<Method>
public final class GetDeclaredMethod
- extends Object
- implements PrivilegedAction<Method>
- Author:
- Kevin Pollet - SERLI - (kevin.pollet@serli.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
action
public static GetDeclaredMethod action(Class<?> clazz,
String methodName,
Class<?>... parameterTypes)
run
public Method run()
- Specified by:
run in interface PrivilegedAction<Method>
Copyright © 2011 Oracle Corporation. All Rights Reserved.