public interface Accessor
Modifier and Type | Method and Description |
---|---|
Class<?> |
getDeclaringClass() |
String |
getName() |
Class<?> |
getType() |
boolean |
isPublic() |
boolean |
isTransient() |
Object |
retrieve(Object o) |
Object retrieve(Object o) throws IllegalAccessException, InvocationTargetException
String getName()
boolean isTransient()
boolean isPublic()
Class<?> getDeclaringClass()
Class<?> getType()
Copyright © 2023. All rights reserved.