Module jdk.dynalink
Package jdk.dynalink

Class DynamicLinkerFactory

java.lang.Object
jdk.dynalink.DynamicLinkerFactory

public final class DynamicLinkerFactory extends Object
A factory class for creating DynamicLinker objects. Dynamic linkers are the central objects in Dynalink; these are composed of several GuardingDynamicLinker objects and coordinate linking of call sites with them. The usual dynamic linker is a linker composed of all GuardingDynamicLinker objects explicitly pre-created by the user of the factory and configured with setPrioritizedLinkers(List), as well as any automatically discovered ones, and finally the ones configured with setFallbackLinkers(List); this last category usually includes BeansLinker.
Since:
9