See: Description
| Class | Description |
|---|---|
| ConstructorInstance<T> |
Execute instance creation as privileged action.
|
| GetAnnotationParameter<T> | |
| GetClassLoader | |
| GetDeclaredConstructor<T> |
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).
|
| GetResource |
Loads the given resource.
|
| LoadClass | |
| NewInstance<T> |
Execute instance creation as privileged action.
|
| NewJaxbContext |
Returns a new
JAXBContext for the given class. |
| NewSchema |
Loads a given XML schema.
|
| SetAccessibility | |
| Unmarshal<T> |
Unmarshals the given source.
|
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved