Class InjectionPlan.BuilderBase.InjectionPlanImpl

java.lang.Object
io.helidon.inject.spi.InjectionPlan.BuilderBase.InjectionPlanImpl
All Implemented Interfaces:
Prototype.Api, InjectionPlan
Enclosing class:
InjectionPlan.BuilderBase<BUILDER extends InjectionPlan.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends InjectionPlan>

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

    • InjectionPlanImpl

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