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.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumAn action to createnet.bytebuddy.dynamic.loading.SimpleModuleFinder. -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(String name, Object moduleReference) Creates a new instance of the simple module finder.
-
Method Details
-
newInstance
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.
-