- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
InjectorOptions.BuilderBase.InjectorOptionsImpl
Deprecated.
Helidon inject is deprecated and will be replaced in a future version
Provides optional, contextual tunings to the
Injector.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.Fluent API builder forInjectorOptions.static classInjectorOptions.BuilderBase<BUILDER extends InjectorOptions.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InjectorOptions> Deprecated.Fluent API builder base forInjectorOptions. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Optionally, customized activator options to use for theActivator.static InjectorOptions.Builderbuilder()Deprecated.Create a new fluent API builder to customize configuration.static InjectorOptions.Builderbuilder(InjectorOptions instance) Deprecated.Create a new fluent API builder from an existing instance.static InjectorOptionscreate()Deprecated.Create a new instance with default values.strategy()Deprecated, for removal: This API element is subject to removal in a future version.The strategy the injector should apply.
-
Method Details
-
builder
Deprecated.Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Deprecated.Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Deprecated.Create a new instance with default values.- Returns:
- a new instance
-
strategy
Injector.Strategy strategy()Deprecated, for removal: This API element is subject to removal in a future version.The strategy the injector should apply. The default isInjector.Strategy.ANY.- Returns:
- the injector strategy to use
-
activationRequest
ActivationRequest activationRequest()Deprecated, for removal: This API element is subject to removal in a future version.Optionally, customized activator options to use for theActivator.- Returns:
- activator options, or leave blank to use defaults
-