Module jdk.dynalink

Package jdk.dynalink.beans


package jdk.dynalink.beans
Contains the linker for ordinary Java objects.
Since:
9
  • Class
    Description
    A linker for ordinary Java objects.
    A factory for creating method handles for linking missing member behavior in BeansLinker.
    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.