Class ElementInfo.BuilderBase.ElementInfoImpl

java.lang.Object
io.helidon.inject.api.ElementInfo.BuilderBase.ElementInfoImpl
All Implemented Interfaces:
Prototype.Api, ElementInfo
Direct Known Subclasses:
InjectionPointInfo.BuilderBase.InjectionPointInfoImpl
Enclosing class:
ElementInfo.BuilderBase<BUILDER extends ElementInfo.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends ElementInfo>

protected static class ElementInfo.BuilderBase.ElementInfoImpl extends Object implements ElementInfo
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Field Details

  • Constructor Details

    • ElementInfoImpl

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