| Package | Description |
|---|---|
| org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
| org.kohsuke.stapler.lang |
| Modifier and Type | Method and Description |
|---|---|
SingleLinkedList<MethodRef> |
MetaClass.getPostConstructMethods()
Returns all the methods in the ancestory chain annotated with
PostConstruct
from those defined in the derived type toward those defined in the base type. |
| Modifier and Type | Method and Description |
|---|---|
static MethodRef |
MethodRef.wrap(Method m) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodRef> |
Klass.getDeclaredMethods() |
abstract List<MethodRef> |
KlassNavigator.getDeclaredMethods(C clazz)
List methods of this class, regardless of access modifier.
|
Copyright © 2014. All rights reserved.