Uses of Package
jdk.dynalink.linker
Package
Description
Contains interfaces and classes that are used to link an
invokedynamic
call site.Contains the linker for ordinary Java objects.
Contains interfaces and classes needed by language runtimes to implement
their own language-specific object models and type conversions.
Contains classes that make it more convenient for language runtimes to
implement their own language-specific object models and type conversions
by providing basic implementations of some classes as well as various
utilities.
Contains classes that make using Dynalink more convenient by providing
basic implementations of some classes as well as various utilities.
-
ClassDescriptionRepresents a conditionally valid method handle.Interface for objects that are used to transform one guarded invocation into another one.The base interface for language-specific dynamic linkers.Interface for services provided to
GuardingDynamicLinker
instances by theDynamicLinker
that owns them.A generic interface describing operations that transform method handles.Interface for objects representing a strategy for converting a method handle to a new type. -
ClassDescriptionRepresents a conditionally valid method handle.The base interface for language-specific dynamic linkers.Interface for services provided to
GuardingDynamicLinker
instances by theDynamicLinker
that owns them.Represents a request to link a particular invocation at a particular call site.A guarding dynamic linker that can determine whether it can link the call site solely based on the type of the first argument at linking invocation time. -
ClassDescriptionEnumeration of possible outcomes of comparing one conversion to another.Represents a conditionally valid method handle.The base interface for language-specific dynamic linkers.Interface for services provided to
GuardingDynamicLinker
instances by theDynamicLinker
that owns them.Represents a request to link a particular invocation at a particular call site. -
ClassDescriptionRepresents a conditionally valid method handle.The base interface for language-specific dynamic linkers.Interface for services provided to
GuardingDynamicLinker
instances by theDynamicLinker
that owns them.Represents a request to link a particular invocation at a particular call site.A generic interface describing operations that transform method handles.A guarding dynamic linker that can determine whether it can link the call site solely based on the type of the first argument at linking invocation time. -