Uses of Class
io.helidon.inject.runtime.AbstractServiceProvider
Packages that use AbstractServiceProvider
Package
Description
Config-driven Services API.
Injection runtime services.
Injection testing support.
-
Uses of AbstractServiceProvider in io.helidon.inject.configdriven.runtime
Subclasses of AbstractServiceProvider in io.helidon.inject.configdriven.runtimeModifier and TypeClassDescriptionclass
Abstract base for any config-driven-service. -
Uses of AbstractServiceProvider in io.helidon.inject.runtime
Methods in io.helidon.inject.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.inject.testing
Subclasses of AbstractServiceProvider in io.helidon.inject.testingModifier and TypeClassDescriptionclass
Creates a simple reflection based service provider - for testing purposes only!