Class InjectorOptions.BuilderBase.InjectorOptionsImpl

java.lang.Object
io.helidon.inject.api.InjectorOptions.BuilderBase.InjectorOptionsImpl
All Implemented Interfaces:
Prototype.Api, InjectorOptions
Enclosing class:
InjectorOptions.BuilderBase<BUILDER extends InjectorOptions.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends InjectorOptions>

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

    • InjectorOptionsImpl

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