Uses of Interface
io.helidon.inject.api.ActivationRequest
Packages that use ActivationRequest
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 ActivationRequest in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type ActivationRequestModifier and TypeClassDescriptionstatic classActivationRequest.BuilderBase<BUILDER extends ActivationRequest.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ActivationRequest> Fluent API builder base forActivationRequest.Classes in io.helidon.inject.api that implement ActivationRequestModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return ActivationRequestModifier and TypeMethodDescriptionInjectorOptions.BuilderBase.InjectorOptionsImpl.activationRequest()ActivationRequest.Builder.build()ActivationRequest.Builder.buildPrototype()static ActivationRequestActivationRequest.create()Create a new instance with default values.static ActivationRequestInjectionServices.createActivationRequestDefault()Will create an activation request either toPhase.ACTIVEor limited to anyBootstrapBlueprint.limitRuntimePhase()specified.Methods in io.helidon.inject.api that return types with arguments of type ActivationRequestModifier and TypeMethodDescriptionInjectorOptions.BuilderBase.activationRequest()Optionally, customized activator options to use for theActivator.Methods in io.helidon.inject.api with parameters of type ActivationRequestModifier and TypeMethodDescriptionActivator.activate(ActivationRequest activationRequest) Activate a managed service/provider.InjectorOptions.BuilderBase.activationRequest(ActivationRequest activationRequest) Optionally, customized activator options to use for theActivator.static ActivationRequest.BuilderActivationRequest.builder(ActivationRequest instance) Create a new fluent API builder from an existing instance.ActivationRequest.BuilderBase.from(ActivationRequest prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.inject.api with type arguments of type ActivationRequestModifier and TypeMethodDescriptionInjectorOptions.BuilderBase.activationRequest(Supplier<? extends ActivationRequest> supplier) Optionally, customized activator options to use for theActivator.