Module jdk.dynalink
Package jdk.dynalink
package jdk.dynalink
Contains interfaces and classes that are used to link an
invokedynamic
call site.-
InterfaceDescriptionAn object that describes a namespace that is the target of a dynamic operation on an object.An object that describes a dynamic operation.Interface for call sites managed by a
DynamicLinker
. -
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.Describes an operation that operates on at least oneNamespace
of an object.Provides security-checked access to aMethodHandles.Lookup
object. -
Enum ClassDescriptionAn enumeration of standard namespaces defined by Dynalink.Defines the standard dynamic operations.
-
ExceptionDescriptionThrown at the invocation if the call site can not be linked by any available
GuardingDynamicLinker
.