Uses of Interface
jdk.dynalink.linker.LinkRequest
Package
Description
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.
-
Uses of LinkRequest in jdk.dynalink.beans
Modifier and TypeMethodDescriptionMissingMemberHandlerFactory.createMissingMemberHandler(LinkRequest linkRequest, LinkerServices linkerServices)
Returns a method handle suitable for implementing missing member behavior for a particular link request.BeansLinker.getGuardedInvocation(LinkRequest request, LinkerServices linkerServices)
-
Uses of LinkRequest in jdk.dynalink.linker
Modifier and TypeMethodDescriptionLinkRequest.replaceArguments(CallSiteDescriptor callSiteDescriptor, Object... arguments)
Returns a request identical to this one with call site descriptor and arguments replaced with the ones specified.Modifier and TypeMethodDescriptionGuardedInvocationTransformer.filter(GuardedInvocation inv, LinkRequest linkRequest, LinkerServices linkerServices)
Given a guarded invocation, return either the same or potentially different guarded invocation.GuardingDynamicLinker.getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)
Creates a guarded invocation appropriate for a particular invocation with the specified arguments at a call site.LinkerServices.getGuardedInvocation(LinkRequest linkRequest)
Creates a guarded invocation delegating back to theDynamicLinker
that exposes this linker services object. -
Uses of LinkRequest in jdk.dynalink.linker.support
Modifier and TypeMethodDescriptionSimpleLinkRequest.replaceArguments(CallSiteDescriptor newCallSiteDescriptor, Object... newArguments)
Modifier and TypeMethodDescriptionCompositeGuardingDynamicLinker.getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)
Delegates the call to its component linkers.CompositeTypeBasedGuardingDynamicLinker.getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)