Interface ModuleLayerFromSingleClassLoaderDecorator.ModuleLayerController

Enclosing class:
ModuleLayerFromSingleClassLoaderDecorator

@Proxied("java.lang.ModuleLayer$Controller") protected static interface ModuleLayerFromSingleClassLoaderDecorator.ModuleLayerController
A proxy for the java.lang.ModuleLayer.Controller type.
  • Method Summary

    Modifier and Type
    Method
    Description
    layer(Object value)
    Returns the module layer associated with this controller.
  • Method Details

    • layer

      Object layer(Object value)
      Returns the module layer associated with this controller.
      Parameters:
      value - The module layer controller.
      Returns:
      The associated module layer.