See: Description
| Class | Description |
|---|---|
| ConstructorInstance<T> |
Execute instance creation as privileged action.
|
| GetAnnotationAttribute<T> | |
| GetAnnotationAttributes | |
| 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. |
| GetDeclaredMethodHandle |
Returns the declared method with the specified name and parameter types in the form of a
MethodHandle or
null if it does not exist or cannot be accessed. |
| GetDeclaredMethods |
Returns the declared methods of the specified class.
|
| GetInstancesFromServiceLoader<T> | |
| 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.
|
| GetResources |
A
PrivilegedAction wrapping around ClassLoader.getResources(String). |
| LoadClass |
Loads a class specified by name.
|
| NewInstance<T> |
Execute instance creation as privileged action.
|
| NewProxyInstance<T> |
Execute proxy creation as privileged action.
|
| NewSchema |
Loads a given XML schema.
|
| SetContextClassLoader |
Privileged action used to set the Thread context class loader.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.