Module jdk.dynalink
Package jdk.dynalink.beans
package jdk.dynalink.beans
Contains the linker for ordinary Java objects.
- Since:
- 9
-
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.