JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 11 & JDK 11
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
jdk.dynalink.linker.GuardedInvocationTransformer
Packages that use
GuardedInvocationTransformer
Package
Description
jdk.dynalink
Contains interfaces and classes that are used to link an
invokedynamic
call site.
Uses of
GuardedInvocationTransformer
in
jdk.dynalink
Methods in
jdk.dynalink
with parameters of type
GuardedInvocationTransformer
Modifier and Type
Method
Description
void
DynamicLinkerFactory.
setPrelinkTransformer
(
GuardedInvocationTransformer
prelinkTransformer)
Set the pre-link transformer.