Uses of Class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
-
Packages that use GetDeclaredMethod Package Description org.hibernate.validator.internal.util.privilegedactions 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 GetDeclaredMethod Modifier and Type Method Description static GetDeclaredMethodGetDeclaredMethod. action(Class<?> clazz, String methodName, Class<?>... parameterTypes)static GetDeclaredMethodGetDeclaredMethod. andMakeAccessible(Class<?> clazz, String methodName, Class<?>... parameterTypes)Before using this method, you need to check theHibernateValidatorPermission.ACCESS_PRIVATE_MEMBERSpermission against the security manager.
-