org.hibernate.validator.util.privilegedactions
Class GetMethod

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

public final class GetMethod
extends Object
implements PrivilegedAction<Method>

Author:
Emmanuel Bernard

Method Summary
static GetMethod action(Class<?> clazz, String methodName)
           
 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 GetMethod action(Class<?> clazz,
                               String methodName)

run

public Method run()
Specified by:
run in interface PrivilegedAction<Method>


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved