public class ClassUtils extends Object
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getClass(Type type,
int i)
获取泛型类的最内层class
适用场景: 调用方式: 业务逻辑说明 |
static Class<?> |
getGenericClass(ParameterizedType parameterizedType,
int i) |
static Object |
getTarget(Object proxy)
获取 目标对象
|
public static Class<?> getClass(Type type, int i)
type - i - public static Class<?> getGenericClass(ParameterizedType parameterizedType, int i)
Copyright © 2018. All rights reserved.