public static class Reflection.ReflectionMethod extends Object implements MethodAdapter
| Constructor and Description |
|---|
ReflectionMethod(Method adaptee) |
| Modifier and Type | Method and Description |
|---|---|
Method |
adaptee() |
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
int |
getParameterCount() |
public ReflectionMethod(Method adaptee)
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface MethodAdapterpublic int getParameterCount()
getParameterCount in interface MethodAdapterpublic Method adaptee()
Copyright © 2017. All rights reserved.