Uses of Class
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethodHandle
Packages that use GetDeclaredMethodHandle
Package
Description
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 GetDeclaredMethodHandleModifier and TypeMethodDescriptionstatic GetDeclaredMethodHandle
GetDeclaredMethodHandle.action
(MethodHandles.Lookup lookup, Class<?> clazz, String methodName, Class<?>... parameterTypes) static GetDeclaredMethodHandle
GetDeclaredMethodHandle.andMakeAccessible
(MethodHandles.Lookup lookup, Class<?> clazz, String methodName, Class<?>... parameterTypes) Before using this method on arbitrary classes, you need to check theHibernateValidatorPermission.ACCESS_PRIVATE_MEMBERS
permission against the security manager, if the calling class exposes the handle to clients.