Uses of Class
org.hibernate.validator.internal.util.privilegedactions.LoadClass
Packages that use LoadClass
Package
Description
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
-
Uses of LoadClass in org.hibernate.validator.internal.util.privilegedactions
Methods in org.hibernate.validator.internal.util.privilegedactions that return LoadClassModifier and TypeMethodDescriptionstatic 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.