@JavaDispatcher.Proxied(value="net.bytebuddy.dynamic.loading.SimpleModuleReference") protected static interface ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleReference
SimpleModuleReference type.| Modifier and Type | Interface and Description |
|---|---|
static class |
ModuleLayerFromSingleClassLoaderDecorator.SimpleModuleReference.CreationAction
An action to create
net.bytebuddy.dynamic.loading.SimpleModuleReference. |
| Modifier and Type | Method and Description |
|---|---|
Object |
newInstance(Object moduleDescriptor,
URI location,
Map<String,byte[]> types)
Creates a new instance of the simple module reference.
|
@JavaDispatcher.IsConstructor Object newInstance(@JavaDispatcher.Proxied(value="java.lang.module.ModuleDescriptor") Object moduleDescriptor, @MaybeNull URI location, Map<String,byte[]> types)
moduleDescriptor - The module descriptor.location - The module location URI or null.types - The map of type names to their byte representations.Copyright © 2014–2025. All rights reserved.