Package net.bytebuddy.utility
Interface JavaModule.Resolver
- Enclosing class:
JavaModule
A proxy for resolving a
Class
's java.lang.Module
.-
Method Summary
-
Method Details
-
getModule
Resolves thejava.lang.Module
of the supplied type.- Parameters:
type
- The type for which to resolve the module.- Returns:
- The type's module or
null
if the module system is not supported.
-