Uses of Class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
Packages that use GetDeclaredField
Package
Description
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 GetDeclaredFieldModifier and TypeMethodDescriptionstatic GetDeclaredField
static GetDeclaredField
GetDeclaredField.andMakeAccessible
(Class<?> clazz, String fieldName) Before using this method, you need to check theHibernateValidatorPermission.ACCESS_PRIVATE_MEMBERS
permission against the security manager.