public class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Class<T> |
findParameterType(Class<?> instanceClass,
Class<?> classOfInterest,
int parameterIndex)
Inspects a inheritance chain of classes until the classOfInterest is found and then will look for the Generic type declared for the given (zero-based) index.
|
Copyright © 2019. All rights reserved.