org.hibernate.validator.util
Class GetDeclaredMethods

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

public class GetDeclaredMethods
extends java.lang.Object
implements java.security.PrivilegedAction<java.lang.reflect.Method[]>

Author:
Emmanuel Bernard

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

run

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


Copyright © 2007-2009. All Rights Reserved.