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