Module jdk.dynalink

Class CompositeGuardingDynamicLinker

java.lang.Object
jdk.dynalink.linker.support.CompositeGuardingDynamicLinker
All Implemented Interfaces:
GuardingDynamicLinker

public class CompositeGuardingDynamicLinker extends Object implements GuardingDynamicLinker
A GuardingDynamicLinker that delegates sequentially to a list of other guarding dynamic linkers in its getGuardedInvocation(LinkRequest, LinkerServices).
Since:
9