public class AccessAdvisor extends Object
| Constructor and Description |
|---|
AccessAdvisor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setIgnoreInternalAccesses(boolean enabled) |
void |
setInLivePhase(boolean live) |
boolean |
shouldIgnore(Supplier<String> callerClass) |
boolean |
shouldIgnoreJniMethodLookup(Supplier<String> queriedClass,
Supplier<String> name,
Supplier<String> signature,
Supplier<String> callerClass) |