public class ReflectTool extends Object
| Constructor and Description |
|---|
ReflectTool() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
fromClass(Class<?> clazz,
Class<?> from) |
static Type[] |
getActualTypes(Type type) |
static List<Class<?>> |
getClassExtendsClasses(Class<?> clazz) |
static boolean |
isClass(Class<?> clazz,
Class<?> target) |
static Class<?> |
toClass(Type type) |
Copyright © 2020. All rights reserved.