@JavaDispatcher.Proxied(value="java.lang.module.ModuleDescriptor") protected static interface ModuleLayerFromSingleClassLoaderDecorator.ModuleDescriptor
java.lang.module.ModuleDescriptor type.| Modifier and Type | Method and Description |
|---|---|
String |
name(Object value)
Returns the name of the given module descriptor.
|
Set<String> |
packages(Object value)
Returns the packages of the given module descriptor.
|
Object |
read(InputStream inputStream)
Resolves an input stream to a module descriptor.
|
@JavaDispatcher.IsStatic Object read(InputStream inputStream) throws IOException
inputStream - The input stream of the class file of the module.IOException - If an I/O exception occurs.String name(Object value)
value - The module descriptor.Copyright © 2014–2025. All rights reserved.