Uses of Package
org.hibernate.validator.internal.util.privilegedactions
Packages that use org.hibernate.validator.internal.util.privilegedactions
Package
Description
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
-
Classes in org.hibernate.validator.internal.util.privilegedactions used by org.hibernate.validator.internal.util.privilegedactionsClassDescriptionExecute instance creation as privileged action.Returns the declared constructor with the specified parameter types or
null
if it does not exist.Returns the declared constructors of the specified class.Returns the declared field with the specified name ornull
if it does not exist.Returns the fields of the specified class.Returns the declared method with the specified name and parameter types ornull
if it does not exist.Returns the declared method with the specified name and parameter types in the form of aMethodHandle
ornull
if it does not exist or cannot be accessed.Returns the declared methods of the specified class.Returns the method with the specified name ornull
if it does not exist.Returns the method with the specified property name ornull
if it does not exist.Returns the methods of the specified class (include inherited methods).Returns the member methods - with resolved type parameters - of a given type.Loads the given resource.APrivilegedAction
wrapping aroundClassLoader.getResources(String)
.Checks if an external class is present in the provided class loader.Loads a class specified by name.Execute instance creation as privileged action.Execute proxy creation as privileged action.Loads a given XML schema.Privileged action used to set the Thread context class loader.