Uses of Interface
io.helidon.service.metadata.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
Modifier and TypeMethodDescriptionstatic DescriptorMetadata
DescriptorMetadata.create
(String registryType, TypeName descriptor, double weight, Set<TypeName> contracts) Create a new instance from descriptor information, i.e.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Metadata of a single service descriptor.