Uses of Class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
Packages that use GetDeclaredMethod
Package
Description
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
-
Uses of GetDeclaredMethod in org.hibernate.validator.internal.util.privilegedactions
Methods in org.hibernate.validator.internal.util.privilegedactions that return GetDeclaredMethodModifier and TypeMethodDescriptionstatic GetDeclaredMethod
static GetDeclaredMethod
GetDeclaredMethod.andMakeAccessible
(Class<?> clazz, String methodName, Class<?>... parameterTypes) Before using this method, you need to check theHibernateValidatorPermission.ACCESS_PRIVATE_MEMBERS
permission against the security manager.