Uses of Interface
io.helidon.service.registry.ActivationRequest
Packages that use ActivationRequest
Package
Description
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of ActivationRequest in io.helidon.service.registry
Classes in io.helidon.service.registry with type parameters of type ActivationRequestModifier and TypeClassDescriptionstatic class
ActivationRequest.BuilderBase<BUILDER extends ActivationRequest.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ActivationRequest> Fluent API builder base forActivationRequest
.Classes in io.helidon.service.registry that implement ActivationRequestModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.service.registry that return ActivationRequestModifier and TypeMethodDescriptionActivationRequest.Builder.build()
ActivationRequest.Builder.buildPrototype()
static ActivationRequest
ActivationRequest.create()
Create a new instance with default values.Methods in io.helidon.service.registry with parameters of type ActivationRequestModifier and TypeMethodDescriptionActivator.activate
(ActivationRequest activationRequest) Activate a managed service/factory.static ActivationRequest.Builder
ActivationRequest.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.