public interface TypeBasedGuardingDynamicLinker extends GuardingDynamicLinker
Modifier and Type | Method and Description |
---|---|
boolean |
canLinkType(Class<?> type)
Returns true if the linker can link an invocation where the first argument (receiver) is of the specified type.
|
getGuardedInvocation
boolean canLinkType(Class<?> type)
type
- the type to linkCopyright © 2017 Attila Szegedi. All rights reserved.