Uses of Interface
io.helidon.service.metadata.DescriptorMetadata
Packages that use DescriptorMetadata
Package
Description
Metadata for service registry.
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of DescriptorMetadata in io.helidon.service.metadata
Methods in io.helidon.service.metadata that return DescriptorMetadataModifier and TypeMethodDescriptionstatic DescriptorMetadata
DescriptorMetadata.create
(String registryType, TypeName descriptor, double weight, Set<TypeName> contracts) Create a new instance from descriptor information, i.e.Methods in io.helidon.service.metadata that return types with arguments of type DescriptorMetadataModifier and TypeMethodDescriptionstatic List
<DescriptorMetadata> Descriptors.descriptors
(String location, Hson.Array moduleRegistries) Get all service descriptors from the array of descriptors discovered from classpath (or other source). -
Uses of DescriptorMetadata in io.helidon.service.registry
Subinterfaces of DescriptorMetadata in io.helidon.service.registryModifier and TypeInterfaceDescriptioninterface
Metadata of a single service descriptor.