Module jdk.dynalink
Package jdk.dynalink
package jdk.dynalink
Contains interfaces and classes that are used to link an
invokedynamic
call site.-
ClassDescriptionCall site descriptors contain all the information necessary for linking a call site.The linker for
RelinkableCallSite
objects.A factory class for creatingDynamicLinker
objects.Operation that associates a name with another operation.An object that describes a namespace that is the target of a dynamic operation on an object.Describes an operation that operates on at least oneNamespace
of an object.Thrown at the invocation if the call site can not be linked by any availableGuardingDynamicLinker
.An object that describes a dynamic operation.Interface for call sites managed by aDynamicLinker
.Provides security-checked access to aMethodHandles.Lookup
object.An enumeration of standard namespaces defined by Dynalink.Defines the standard dynamic operations.