Uses of Class
java.lang.module.ModuleDescriptor.Provides
| Package | Description | 
|---|---|
| java.lang.module | Classes to support module descriptors and creating configurations of modules
 by means of resolution and service binding. | 
- 
Uses of ModuleDescriptor.Provides in java.lang.moduleMethods in java.lang.module that return types with arguments of type ModuleDescriptor.Provides Modifier and Type Method Description Set<ModuleDescriptor.Provides>ModuleDescriptor. provides()Returns the set ofProvidesobjects representing the services that the module provides.Methods in java.lang.module with parameters of type ModuleDescriptor.Provides Modifier and Type Method Description intModuleDescriptor.Provides. compareTo(ModuleDescriptor.Provides that)Compares this provides to another.ModuleDescriptor.BuilderModuleDescriptor.Builder. provides(ModuleDescriptor.Provides p)Provides a service with one or more implementations.