Package cn.sliew.milky.common.util
Class ReflectUtil
- java.lang.Object
-
- cn.sliew.milky.common.util.ReflectUtil
-
public final class ReflectUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<ParameterizedType>findParameterizedTypes(Class<?> clazz)Find theSetofParameterizedType
-
-
-
Method Detail
-
findParameterizedTypes
public static Set<ParameterizedType> findParameterizedTypes(Class<?> clazz)
Find theSetofParameterizedType
-
-