Uses of Class
org.hibernate.validator.internal.util.privilegedactions.NewProxyInstance
-
Packages that use NewProxyInstance Package Description org.hibernate.validator.internal.util.privilegedactions 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 NewProxyInstance Modifier and Type Method Description static NewProxyInstance<Object>NewProxyInstance. action(ClassLoader classLoader, Class<?>[] interfaces, InvocationHandler invocationHandler)static <T> NewProxyInstance<T>NewProxyInstance. action(ClassLoader classLoader, Class<T> interfaze, InvocationHandler invocationHandler)
-