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 LoadClass |
LoadClass.action(String className,
ClassLoader classLoader) |
static LoadClass |
LoadClass.action(String className,
ClassLoader classLoader,
boolean fallbackOnTCCL) |
static LoadClass |
LoadClass.action(String className,
ClassLoader classLoader,
ClassLoader initialThreadContextClassLoader)
in some cases, the TCCL has been overridden so we need to pass it explicitly.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.