| java.lang.Object | |
| ↳ | com.atlassian.plugin.util.ClassUtils |
Class utility methods
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Finds all super classes and interfaces for a given class
| |||||||||||
Finds all super classes and interfaces for a given class
| |||||||||||
Get the actual type arguments a child class has used to extend a generic base class.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Finds all super classes and interfaces for a given class
| cls | The class to scan |
|---|---|
| types | The collected related classes found |
Finds all super classes and interfaces for a given class
| cls | The class to scan |
|---|
Get the actual type arguments a child class has used to extend a generic base class.
| baseClass | the base class |
|---|---|
| childClass | the child class |
| IllegalArgumentException | If the child class is not the base of the baseClass |
|---|