public class MethodParseUtils extends Object
| 构造器和说明 |
|---|
MethodParseUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Class<?> |
getActualClassType(Class<?> clazz,
Type genericType) |
static Class<?> |
getGenericReturnType(Method method) |
static List<Parameter> |
getParametersWithAnnotation(Method method,
Class<? extends Annotation> annotationCls) |
static Class<?> |
getUnWrapperClassType(Class<?> clazz,
Type genericType) |
Copyright © 2025. All rights reserved.