Class Dependency.BuilderBase.DependencyImpl

java.lang.Object
io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
All Implemented Interfaces:
Prototype.Api, Dependency
Enclosing class:
Dependency.BuilderBase<BUILDER extends Dependency.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends Dependency>

protected static class Dependency.BuilderBase.DependencyImpl extends Object implements Dependency
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • DependencyImpl

      protected DependencyImpl(Dependency.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details