T - the member typepublic interface MemberTrait<T extends Member>
| Modifier and Type | Method and Description |
|---|---|
default Class<?> |
getDeclaringClass()
Get the class the member is declared in.
|
default ClassLoader |
getDeclaringClassLoader()
Get the member's declaring class' classloader.
|
default String |
getDeclaringClassName()
Get the name of the class the member is declared in.
|
T |
getMember()
Get the member.
|
default String |
getName()
Get the member name.
|
T getMember()
default String getName()
default Class<?> getDeclaringClass()
default String getDeclaringClassName()
default ClassLoader getDeclaringClassLoader()
Copyright © 2016–2018 Testify Project. All rights reserved.