org.hibernate.validator.util.privilegedactions
Class GetDeclaredMethods

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

public final class GetDeclaredMethods
extends Object
implements PrivilegedAction<Method[]>

Author:
Emmanuel Bernard

Method Summary
static GetDeclaredMethods action(Class<?> clazz)
           
 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 GetDeclaredMethods action(Class<?> clazz)

run

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


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