org.hibernate.validator.util.privilegedactions
Class GetDeclaredMethod

java.lang.Object
  extended by org.hibernate.validator.util.privilegedactions.GetDeclaredMethod
All Implemented Interfaces:
java.security.PrivilegedAction<java.lang.reflect.Method>

public final class GetDeclaredMethod
extends java.lang.Object
implements java.security.PrivilegedAction<java.lang.reflect.Method>

Author:
Kevin Pollet - SERLI - (kevin.pollet@serli.com)

Method Summary
static GetDeclaredMethod action(java.lang.Class<?> clazz, java.lang.String methodName, java.lang.Class<?>... parameterTypes)
           
 java.lang.reflect.Method run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

action

public static GetDeclaredMethod action(java.lang.Class<?> clazz,
                                       java.lang.String methodName,
                                       java.lang.Class<?>... parameterTypes)

run

public java.lang.reflect.Method run()
Specified by:
run in interface java.security.PrivilegedAction<java.lang.reflect.Method>


Copyright © 2011 Oracle Corporation. All Rights Reserved.