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.
|
getGuardedInvocationboolean canLinkType(Class<?> type)
type - the type to linkCopyright © 2013 Attila Szegedi. All Rights Reserved.