Package | Description |
---|---|
jdk.dynalink |
Dynalink is a library for dynamic linking of high-level operations on objects.
|
jdk.dynalink.linker.support |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicLinkerFactory.setInternalObjectsFilter(MethodHandleTransformer internalObjectsFilter)
Sets a method handle transformer that is supposed to act as the
implementation of
LinkerServices.filterInternalObjects(MethodHandle) for linker
services of dynamic linkers created by this factory. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInternalObjectFilter
Default implementation for a
DynamicLinkerFactory.setInternalObjectsFilter(MethodHandleTransformer)
that delegates to a pair of filtering method handles. |
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b134-2ubuntu1