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 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.