public interface MemberAccess
Modifier and Type | Method and Description |
---|---|
boolean |
isAccessible(Map context,
Object target,
Member member,
String propertyName)
Returns true if the given member is accessible or can be made accessible
by this object.
|
void |
restore(Map context,
Object target,
Member member,
String propertyName,
Object state)
Restores the member from the previous setup call.
|
Object |
setup(Map context,
Object target,
Member member,
String propertyName)
Sets the member up for accessibility
|
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.