Class ErrorHandling.BuilderBase.ErrorHandlingImpl

java.lang.Object
io.helidon.webserver.ErrorHandling.BuilderBase.ErrorHandlingImpl
All Implemented Interfaces:
Prototype.Api, ErrorHandling
Enclosing class:
ErrorHandling.BuilderBase<BUILDER extends ErrorHandling.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends ErrorHandling>

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

    • ErrorHandlingImpl

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