Package jdk.dynalink.beans

Contains the linker for ordinary Java objects.

Since:
9
Interface Description
MissingMemberHandlerFactory

A factory for creating method handles for linking missing member behavior in BeansLinker.

Class Description
BeansLinker

A linker for ordinary Java objects.

StaticClass

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.