Package | Description |
---|---|
org.hibernate.validator.internal.util.privilegedactions |
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
|
Modifier and Type | Method and Description |
---|---|
static NewProxyInstance<java.lang.Object> |
NewProxyInstance.action(java.lang.ClassLoader classLoader,
java.lang.Class<?>[] interfaces,
java.lang.reflect.InvocationHandler invocationHandler) |
static <T> NewProxyInstance<T> |
NewProxyInstance.action(java.lang.ClassLoader classLoader,
java.lang.Class<T> interfaze,
java.lang.reflect.InvocationHandler invocationHandler) |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved