Uses of Class
org.hibernate.validator.internal.util.privilegedactions.NewProxyInstance
Packages that use NewProxyInstance
Package
Description
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
-
Uses of NewProxyInstance in org.hibernate.validator.internal.util.privilegedactions
Methods in org.hibernate.validator.internal.util.privilegedactions that return NewProxyInstanceModifier and TypeMethodDescriptionstatic NewProxyInstance<Object>
NewProxyInstance.action
(ClassLoader classLoader, Class<?>[] interfaces, InvocationHandler invocationHandler) static <T> NewProxyInstance<T>
NewProxyInstance.action
(ClassLoader classLoader, Class<T> interfaze, InvocationHandler invocationHandler)