Uses of Interface
io.helidon.pico.api.ServiceInfo
Packages that use ServiceInfo
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Pico's config-driven-service API.
Pico runtime services.
-
Uses of ServiceInfo in io.helidon.pico.api
Methods in io.helidon.pico.api that return ServiceInfoModifier and TypeMethodDescriptionServiceProvider.serviceInfo()The meta information that describes the service. -
Uses of ServiceInfo in io.helidon.pico.configdriven.runtime
Methods in io.helidon.pico.configdriven.runtime with parameters of type ServiceInfoModifier and TypeMethodDescriptionprotected voidAbstractConfiguredServiceProvider.serviceInfo(ServiceInfo serviceInfo) -
Uses of ServiceInfo in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime that return ServiceInfoMethods in io.helidon.pico.runtime with parameters of type ServiceInfoModifier and TypeMethodDescriptionprotected voidAbstractServiceProvider.serviceInfo(ServiceInfo serviceInfo) Sets the service info that describes the managed service that is assigned.Constructors in io.helidon.pico.runtime with parameters of type ServiceInfoModifierConstructorDescriptionprotectedAbstractServiceProvider(T instance, Phase phase, ServiceInfo serviceInfo, PicoServices picoServices) Constructor.