java.lang.Object
io.helidon.service.registry.Dependency.BuilderBase<Dependency.Builder,Dependency>
io.helidon.service.registry.Dependency.Builder
- All Implemented Interfaces:
Prototype.Builder<Dependency.Builder,
,Dependency> Builder<Dependency.Builder,
,Dependency> Supplier<Dependency>
- Enclosing interface:
Dependency
public static class Dependency.Builder
extends Dependency.BuilderBase<Dependency.Builder,Dependency>
implements Builder<Dependency.Builder,Dependency>
Fluent API builder for
Dependency
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.service.registry.Dependency.BuilderBase
Dependency.BuilderBase.DependencyImpl
-
Method Summary
Methods inherited from class io.helidon.service.registry.Dependency.BuilderBase
contract, contract, contract, contract, contractType, contractType, descriptor, descriptor, descriptor, descriptor, descriptorConstant, descriptorConstant, from, from, name, name, preBuildPrototype, service, service, service, service, toString, typeName, typeName, typeName, typeName, 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<Dependency.Builder,
Dependency> - 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<Dependency.Builder,
Dependency> - Returns:
- instance of the built type
-