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