Interface ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder

Enclosing class:
ModuleLayerFromSingleClassLoaderDecorator

@Proxied("net.bytebuddy.dynamic.loading.SimpleModuleFinder") protected static interface ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleFinder
A proxy for the dynamically generated SimpleModuleFinder type.
  • Method Details

    • newInstance

      @IsConstructor Object newInstance(String name, Object moduleReference)
      Creates a new instance of the simple module finder.
      Parameters:
      name - The module name.
      moduleReference - The module reference.
      Returns:
      A new simple module finder instance.