Uses of Class
io.helidon.webserver.staticcontent.StaticContentConfig.Builder
Packages that use StaticContentConfig.Builder
-
Uses of StaticContentConfig.Builder in io.helidon.webserver.staticcontent
Subclasses with type arguments of type StaticContentConfig.Builder in io.helidon.webserver.staticcontentClasses in io.helidon.webserver.staticcontent that implement interfaces with type arguments of type StaticContentConfig.BuilderMethods in io.helidon.webserver.staticcontent that return StaticContentConfig.BuilderModifier and TypeMethodDescriptionstatic StaticContentConfig.BuilderStaticContentConfig.builder()Create a new fluent API builder to customize configuration.static StaticContentConfig.BuilderStaticContentConfig.builder(StaticContentConfig instance) Create a new fluent API builder from an existing instance.static StaticContentConfig.BuilderStaticContentFeature.builder()A new fluent API builder to create a static content feature.Method parameters in io.helidon.webserver.staticcontent with type arguments of type StaticContentConfig.BuilderModifier and TypeMethodDescriptionstatic StaticContentFeatureStaticContentFeature.create(Consumer<StaticContentConfig.Builder> builderConsumer) Create a new instance customizing its configuration.