Package org.hibernate.validator.internal.util.privilegedactions
package org.hibernate.validator.internal.util.privilegedactions
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
-
ClassesClassDescriptionExecute instance creation as privileged action.Returns the declared constructor with the specified parameter types or
nullif it does not exist.Returns the declared constructors of the specified class.Returns the declared field with the specified name ornullif it does not exist.Returns the fields of the specified class.Returns the declared method with the specified name and parameter types ornullif it does not exist.Returns the declared method with the specified name and parameter types in the form of aMethodHandleornullif it does not exist or cannot be accessed.Returns the declared methods of the specified class.Returns the method with the specified name ornullif it does not exist.Returns the method with the specified property name ornullif 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.APrivilegedActionwrapping aroundClassLoader.getResources(String).Checks if an external class is present in the provided class loader.Loads a class specified by name.NewInstance<T>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.