Module jdk.dynalink
Package jdk.dynalink.beans
package jdk.dynalink.beans
Contains the linker for ordinary Java objects.
- Since:
- 9
-
Related PackagesPackageDescriptionContains interfaces and classes that are used to link an
invokedynamic
call site.Contains interfaces and classes needed by language runtimes to implement their own language-specific object models and type conversions.Contains classes that make using Dynalink more convenient by providing basic implementations of some classes as well as various utilities. -
Interface SummaryInterfaceDescriptionA factory for creating method handles for linking missing member behavior in
BeansLinker
. -
Class SummaryClassDescriptionA linker for ordinary Java objects.Object that allows access to the static members of a class (its static methods, properties, and fields), as well as construction of instances using
StandardOperation.NEW
operation.