|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.util.ReflectionUtils.Parameter
public static final class ReflectionUtils.Parameter
| Constructor Summary | |
|---|---|
ReflectionUtils.Parameter(hudson.util.ReflectionUtils.MethodInfo parent,
int index)
|
|
| Method Summary | ||
|---|---|---|
|
annotation(Class<A> type)
Gets the specified annotation on this parameter or null. |
|
Annotation[] |
annotations()
Gets all the annotations on this parameter. |
|
Type |
genericType()
Gets the unerased generic type of this parameter. |
|
int |
index()
0-origin index of this parameter. |
|
String |
name()
Name of this parameter. |
|
Class<?> |
type()
Gets the type of this parameter. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectionUtils.Parameter(hudson.util.ReflectionUtils.MethodInfo parent,
int index)
| Method Detail |
|---|
public int index()
public Class<?> type()
public Type genericType()
public Annotation[] annotations()
public <A extends Annotation> A annotation(Class<A> type)
public String name()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||