Module io.helidon.webserver
Package io.helidon.webserver
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.ErrorHandling
ErrorHandling.Builder, ErrorHandling.BuilderBase<BUILDER extends ErrorHandling.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ErrorHandling> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ErrorHandlingImpl
(ErrorHandling.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
ErrorHandlingImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details