Package net.bytebuddy.dynamic.loading
Interface ModuleLayerFromSingleClassLoaderDecorator.ModuleLayerController
-
- Enclosing class:
- ModuleLayerFromSingleClassLoaderDecorator
@Proxied("java.lang.ModuleLayer$Controller") protected static interface ModuleLayerFromSingleClassLoaderDecorator.ModuleLayerController
A proxy for thejava.lang.ModuleLayer.Controllertype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectlayer(java.lang.Object value)Returns the module layer associated with this controller.
-