Uses of Class
org.hibernate.validator.internal.util.privilegedactions.GetInstancesFromServiceLoader
-
Packages that use GetInstancesFromServiceLoader Package Description org.hibernate.validator.internal.util.privilegedactions Implementations of PrivilegedAction in order to execute reflection operations in a security manager. -
-
Uses of GetInstancesFromServiceLoader in org.hibernate.validator.internal.util.privilegedactions
Methods in org.hibernate.validator.internal.util.privilegedactions that return GetInstancesFromServiceLoader Modifier and Type Method Description static <T> GetInstancesFromServiceLoader<T>GetInstancesFromServiceLoader. action(ClassLoader primaryClassLoader, Class<T> serviceClass)
-