@JavaDispatcher.Proxied(value="java.lang.Class") protected static interface JavaModule.Resolver
Class
's java.lang.Module
.Modifier and Type | Method and Description |
---|---|
Object |
getModule(Class<?> type)
Resolves the
java.lang.Module of the supplied type. |
@MaybeNull @JavaDispatcher.Defaults Object getModule(Class<?> type)
java.lang.Module
of the supplied type.type
- The type for which to resolve the module.null
if the module system is not supported.Copyright © 2014–2025. All rights reserved.