Uses of Interface
io.helidon.inject.api.InjectionServicesConfig
Packages that use InjectionServicesConfig
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of InjectionServicesConfig in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type InjectionServicesConfigModifier and TypeClassDescriptionstatic classInjectionServicesConfig.BuilderBase<BUILDER extends InjectionServicesConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InjectionServicesConfig> Fluent API builder base forInjectionServicesConfig.Classes in io.helidon.inject.api that implement InjectionServicesConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return InjectionServicesConfigModifier and TypeMethodDescriptionInjectionServicesConfig.Builder.build()InjectionServicesConfig.Builder.buildPrototype()InjectionServices.config()The governing configuration.static InjectionServicesConfigInjectionServicesConfig.create()Create a new instance with default values.static InjectionServicesConfigCreate a new instance from configuration.Methods in io.helidon.inject.api with parameters of type InjectionServicesConfigModifier and TypeMethodDescriptionInjectionServicesConfig.builder(InjectionServicesConfig instance) Create a new fluent API builder from an existing instance.InjectionServicesConfig.BuilderBase.from(InjectionServicesConfig prototype) Update this builder from an existing prototype instance.