Package net.bytebuddy.dynamic.loading
Interface ModuleLayerFromSingleClassLoaderDecorator.Configuration
-
- Enclosing class:
- ModuleLayerFromSingleClassLoaderDecorator
@Proxied("java.lang.module.Configuration") protected static interface ModuleLayerFromSingleClassLoaderDecorator.Configuration
A proxy for thejava.lang.module.Configurationtype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectresolve(java.lang.Object value, java.lang.Object before, java.lang.Object after, java.util.Collection<java.lang.String> roots)Resolves a module configuration.
-
-
-
Method Detail
-
resolve
java.lang.Object resolve(java.lang.Object value, @Proxied("java.lang.module.ModuleFinder") java.lang.Object before, @Proxied("java.lang.module.ModuleFinder") java.lang.Object after, java.util.Collection<java.lang.String> roots)Resolves a module configuration.- Parameters:
value- The base configuration.before- The module finder to search before the system module finder.after- The module finder to search after the system module finder.roots- The module names to resolve.- Returns:
- The resolved configuration.
-
-