| Package | Description |
|---|---|
| org.hibernate.validator.internal.util.privilegedactions |
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
|
| Class and Description |
|---|
| ConstructorInstance
Execute instance creation as privileged action.
|
| GetAnnotationParameter |
| GetClassLoader |
| GetDeclaredConstructor
Returns the declared constructor with the specified parameter types or
null if it does not exist. |
| GetDeclaredConstructors
Returns the declared constructors of the specified class.
|
| GetDeclaredField
Returns the declared field with the specified name or
null if it does not exist. |
| GetDeclaredFields
Returns the fields of the specified class.
|
| GetDeclaredMethod
Returns the declared method with the specified name and parameter types or
null if it does not exist. |
| GetDeclaredMethods
Returns the declared methods of the specified class.
|
| GetMethod
Returns the method with the specified name or
null if it does not exist. |
| GetMethodFromPropertyName
Returns the method with the specified property name or
null if it does not exist. |
| GetMethods
Returns the methods of the specified class (include inherited methods).
|
| GetResolvedMemberMethods
Returns the member methods - with resolved type parameters - of a given type.
|
| GetResource
Loads the given resource.
|
| LoadClass |
| NewInstance
Execute instance creation as privileged action.
|
| NewJaxbContext
Returns a new
JAXBContext for the given class. |
| NewSchema
Loads a given XML schema.
|
| SetAccessibility |
| Unmarshal
Unmarshals the given source.
|
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.