Uses of Interface
io.helidon.pico.api.Services
Packages that use Services
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of Services in io.helidon.pico.api
Methods in io.helidon.pico.api that return ServicesModifier and TypeMethodDescriptiondefault ServicesServices.contextualServices(InjectionPointInfo ctx) Implementors can provide a means to use a "special" services registry that better applies to the target injection point context to apply for sub-lookup* operations.static ServicesPicoServices.realizedServices()Short-cut for the following code block.default ServicesPicoServices.services()The service registry.Methods in io.helidon.pico.api that return types with arguments of type ServicesModifier and TypeMethodDescriptionPicoServices.services(boolean initialize) The service registry.PicoServices.unrealizedServices()Similar toPicoServices.services(), but here if Pico is not available or the services registry has not yet been initialized then this method will returnOptional.empty().