接口 MemberUtils
-
public interface MemberUtilsJava ReflectionMemberUtilities class- 从以下版本开始:
- 2.7.6
-
-
方法详细资料
-
isStatic
static boolean isStatic(Member member)
check the specifiedmemberis static or not ?- 参数:
member-Memberinstance, e.g,Constructor,MethodorField- 返回:
- Iff
memberis static one, returntrue, orfalse
-
isPrivate
static boolean isPrivate(Member member)
check the specifiedmemberis private or not ?- 参数:
member-Memberinstance, e.g,Constructor,MethodorField- 返回:
- Iff
memberis private one, returntrue, orfalse
-
-