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 MethodAdapter
public int getParameterCount()
getParameterCount
in interface MethodAdapter
public Method adaptee()
Copyright © 2021. All rights reserved.