Uses of Class
io.helidon.service.registry.ExistingInstanceDescriptor
Packages that use ExistingInstanceDescriptor
Package
Description
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 ExistingInstanceDescriptor in io.helidon.service.registry
Methods in io.helidon.service.registry that return ExistingInstanceDescriptorModifier and TypeMethodDescriptionstatic <T> ExistingInstanceDescriptor
<T> ExistingInstanceDescriptor.create
(T instance, Collection<Class<? super T>> contracts, double weight) Create a new instance.