public class ClassFiledUtil extends Object
Constructor and Description |
---|
ClassFiledUtil() |
Modifier and Type | Method and Description |
---|---|
static Field |
getDeclaredFieldWithParent(Class<?> clazz,
String name)
从clazz及其父类中获取属性,如果找不到则返回null
|
static boolean |
implmentInterface(Class<?> clazz,
Class<?> interfaceClazz)
判断clazz是否实现了interfaceClazz
|
Copyright © 2006–2018 TinyGroup. All rights reserved.