Module org.eclipse.persistence.core
Class PrivilegedGetMethods
- java.lang.Object
-
- org.eclipse.persistence.internal.security.PrivilegedGetMethods
-
- All Implemented Interfaces:
PrivilegedAction<Method[]>
public class PrivilegedGetMethods extends Object implements PrivilegedAction<Method[]>
-
-
Constructor Summary
Constructors Constructor Description PrivilegedGetMethods(Class<?> clazz)
-
-
-
Constructor Detail
-
PrivilegedGetMethods
public PrivilegedGetMethods(Class<?> clazz)
-
-
Method Detail
-
run
public Method[] run()
- Specified by:
runin interfacePrivilegedAction<Method[]>
-
-