Module io.helidon.service.registry
Package io.helidon.service.registry
Class ActivationResult.Builder
java.lang.Object
io.helidon.service.registry.ActivationResult.BuilderBase<ActivationResult.Builder,ActivationResult>
io.helidon.service.registry.ActivationResult.Builder
- All Implemented Interfaces:
Prototype.Builder<ActivationResult.Builder,
,ActivationResult> Builder<ActivationResult.Builder,
,ActivationResult> Supplier<ActivationResult>
- Enclosing interface:
ActivationResult
public static class ActivationResult.Builder
extends ActivationResult.BuilderBase<ActivationResult.Builder,ActivationResult>
implements Builder<ActivationResult.Builder,ActivationResult>
Fluent API builder for
ActivationResult
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.service.registry.ActivationResult.BuilderBase
ActivationResult.BuilderBase.ActivationResultImpl
-
Method Summary
Methods inherited from class io.helidon.service.registry.ActivationResult.BuilderBase
clearError, error, error, finishingActivationPhase, finishingActivationPhase, from, from, preBuildPrototype, startingActivationPhase, startingActivationPhase, success, success, targetActivationPhase, targetActivationPhase, toString, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<ActivationResult.Builder,
ActivationResult> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<ActivationResult.Builder,
ActivationResult> - Returns:
- instance of the built type
-