Uses of Class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
-
Packages that use GetDeclaredField Package Description org.hibernate.validator.internal.util.privilegedactions Implementations of PrivilegedAction in order to execute reflection operations in a security manager. -
-
Uses of GetDeclaredField in org.hibernate.validator.internal.util.privilegedactions
Methods in org.hibernate.validator.internal.util.privilegedactions that return GetDeclaredField Modifier and Type Method Description static GetDeclaredFieldGetDeclaredField. action(Class<?> clazz, String fieldName)static GetDeclaredFieldGetDeclaredField. andMakeAccessible(Class<?> clazz, String fieldName)Before using this method, you need to check theHibernateValidatorPermission.ACCESS_PRIVATE_MEMBERSpermission against the security manager.
-