Uses of Class
java.lang.module.ModuleDescriptor.Provides
Packages that use ModuleDescriptor.Provides
Package
Description
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
-
Uses of ModuleDescriptor.Provides in java.lang.module
Classes in java.lang.module that implement interfaces with type arguments of type ModuleDescriptor.ProvidesModifier and TypeClassDescriptionstatic final class
A service that a module provides one or more implementations of.Methods in java.lang.module that return types with arguments of type ModuleDescriptor.ProvidesModifier and TypeMethodDescriptionModuleDescriptor.provides()
Returns the set ofProvides
objects representing the services that the module provides.Methods in java.lang.module with parameters of type ModuleDescriptor.ProvidesModifier and TypeMethodDescriptionint
ModuleDescriptor.Provides.compareTo
(ModuleDescriptor.Provides that) Compares thisProvides
to another.ModuleDescriptor.Builder.provides
(ModuleDescriptor.Provides p) Provides a service with one or more implementations.