Uses of Class
io.helidon.webserver.ErrorHandling.BuilderBase
Packages that use ErrorHandling.BuilderBase
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ErrorHandling.BuilderBase in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type ErrorHandling.BuilderBaseModifier and TypeClassDescriptionstatic class
ErrorHandling.BuilderBase<BUILDER extends ErrorHandling.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ErrorHandling> Fluent API builder base forErrorHandling
.Subclasses of ErrorHandling.BuilderBase in io.helidon.webserverMethods in io.helidon.webserver with parameters of type ErrorHandling.BuilderBaseModifier and TypeMethodDescriptionErrorHandling.BuilderBase.from
(ErrorHandling.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver with parameters of type ErrorHandling.BuilderBaseModifierConstructorDescriptionprotected
ErrorHandlingImpl
(ErrorHandling.BuilderBase<?, ?> builder) Create an instance providing a builder.