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.Moduleof the supplied type.- Parameters:
type- The type for which to resolve the module.- Returns:
- The type's module or
nullif the module system is not supported.
-