Uses of Interface
io.helidon.service.registry.ServiceInfo
Packages that use ServiceInfo
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 ServiceInfo in io.helidon.service.registry
Subinterfaces of ServiceInfo in io.helidon.service.registryModifier and TypeInterfaceDescriptionstatic interface
A descriptor of a service.Methods in io.helidon.service.registry that return types with arguments of type ServiceInfoModifier and TypeMethodDescriptionServiceRegistry.allServices
(TypeName contract) Get all services for a specific contract.default List
<ServiceInfo> ServiceRegistry.allServices
(Class<?> contract) Get all services for a specific contract.Methods in io.helidon.service.registry with parameters of type ServiceInfoModifier and TypeMethodDescription<T> Optional
<T> ServiceRegistry.get
(ServiceInfo serviceInfo) Provide a value for a specific service info instance.