Uses of Class
io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
Packages that use ClasspathHandlerConfig.BuilderBase
-
Uses of ClasspathHandlerConfig.BuilderBase in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with type parameters of type ClasspathHandlerConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
ClasspathHandlerConfig.BuilderBase<BUILDER extends ClasspathHandlerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ClasspathHandlerConfig> Fluent API builder base forClasspathHandlerConfig
.Subclasses of ClasspathHandlerConfig.BuilderBase in io.helidon.webserver.staticcontentMethods in io.helidon.webserver.staticcontent with parameters of type ClasspathHandlerConfig.BuilderBaseModifier and TypeMethodDescriptionClasspathHandlerConfig.BuilderBase.from
(ClasspathHandlerConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.staticcontent with parameters of type ClasspathHandlerConfig.BuilderBaseModifierConstructorDescriptionprotected
ClasspathHandlerConfigImpl
(ClasspathHandlerConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.