Uses of Class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethodHandle
-
Packages that use GetDeclaredMethodHandle Package Description org.hibernate.validator.internal.util.privilegedactions Implementations of PrivilegedAction in order to execute reflection operations in a security manager. -
-
Uses of GetDeclaredMethodHandle in org.hibernate.validator.internal.util.privilegedactions
Methods in org.hibernate.validator.internal.util.privilegedactions that return GetDeclaredMethodHandle Modifier and Type Method Description static GetDeclaredMethodHandleGetDeclaredMethodHandle. action(MethodHandles.Lookup lookup, Class<?> clazz, String methodName, Class<?>... parameterTypes)static GetDeclaredMethodHandleGetDeclaredMethodHandle. andMakeAccessible(MethodHandles.Lookup lookup, Class<?> clazz, String methodName, Class<?>... parameterTypes)Before using this method on arbitrary classes, you need to check theHibernateValidatorPermission.ACCESS_PRIVATE_MEMBERSpermission against the security manager, if the calling class exposes the handle to clients.
-