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