public final class ReflectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Class<T> |
getGenericClass(Class<?> parametrizedClass,
int pos) |
static <T> T |
invokeAnnotationMethod(Annotation annotation,
Class<? extends Annotation> methodId) |
public static <T> T invokeAnnotationMethod(Annotation annotation, Class<? extends Annotation> methodId)
Copyright © 2021. All rights reserved.