Uses of Class
io.helidon.pico.runtime.AbstractServiceProvider
Packages that use AbstractServiceProvider
Package
Description
Pico's config-driven-service API.
Pico runtime services.
Pico testing support.
-
Uses of AbstractServiceProvider in io.helidon.pico.configdriven.runtime
Subclasses of AbstractServiceProvider in io.helidon.pico.configdriven.runtimeModifier and TypeClassDescriptionclassAbstract base for any config-driven-service. -
Uses of AbstractServiceProvider in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime that return types with arguments of type AbstractServiceProviderModifier and TypeMethodDescriptionstatic <T> Optional<AbstractServiceProvider<T>>AbstractServiceProvider.toAbstractServiceProvider(ServiceProvider<?> sp, boolean expected) Will test and downcast the passed service provider to an instance ofAbstractServiceProvider. -
Uses of AbstractServiceProvider in io.helidon.pico.testing
Subclasses of AbstractServiceProvider in io.helidon.pico.testingModifier and TypeClassDescriptionclassCreates a simple reflection based service provider - for testing purposes only!