Uses of Class
java.lang.module.ModuleReference
Packages that use ModuleReference
Package
Description
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
-
Uses of ModuleReference in java.lang.module
Methods in java.lang.module that return ModuleReferenceModifier and TypeMethodDescriptionResolvedModule.reference()
Returns the reference to the module's content.Methods in java.lang.module that return types with arguments of type ModuleReferenceModifier and TypeMethodDescriptionFinds a reference to a module of a given name.ModuleFinder.findAll()
Returns the set of all module references that this finder can locate.