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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object layer​(java.lang.Object value)
      Returns the module layer associated with this controller.
    • Method Detail

      • layer

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