Class ProcessingEvent.BuilderBase.ProcessingEventImpl

java.lang.Object
io.helidon.inject.processor.ProcessingEvent.BuilderBase.ProcessingEventImpl
All Implemented Interfaces:
io.helidon.builder.api.Prototype.Api, ProcessingEvent
Enclosing class:
ProcessingEvent.BuilderBase<BUILDER extends ProcessingEvent.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends ProcessingEvent>

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

    • ProcessingEventImpl

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