Uses of Interface
jdk.dynalink.linker.MethodHandleTransformer
Package
Description
Contains interfaces and classes that are used to link an
invokedynamic
call site.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 MethodHandleTransformer in jdk.dynalink
Modifier and TypeMethodDescriptionvoid
DynamicLinkerFactory.setInternalObjectsFilter
(MethodHandleTransformer internalObjectsFilter) Sets a method handle transformer that is supposed to act as the implementation ofLinkerServices.filterInternalObjects(MethodHandle)
for linker services of dynamic linkers created by this factory. -
Uses of MethodHandleTransformer in jdk.dynalink.linker.support
Modifier and TypeClassDescriptionclass
Default implementation for aDynamicLinkerFactory.setInternalObjectsFilter(MethodHandleTransformer)
that delegates to a pair of filtering method handles.