Class GetMethods
- java.lang.Object
-
- org.hibernate.validator.internal.util.privilegedactions.GetMethods
-
- All Implemented Interfaces:
PrivilegedAction<Method[]>
public final class GetMethods extends Object implements PrivilegedAction<Method[]>
Returns the methods of the specified class (include inherited methods).- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMethodsaction(Class<?> clazz)Method[]run()
-
-
-
Method Detail
-
action
public static GetMethods action(Class<?> clazz)
-
run
public Method[] run()
- Specified by:
runin interfacePrivilegedAction<Method[]>
-
-