Uses of Class
io.helidon.webserver.context.ContextFeatureConfig.Builder
Packages that use ContextFeatureConfig.Builder
-
Uses of ContextFeatureConfig.Builder in io.helidon.webserver.context
Subclasses with type arguments of type ContextFeatureConfig.Builder in io.helidon.webserver.contextClasses in io.helidon.webserver.context that implement interfaces with type arguments of type ContextFeatureConfig.BuilderMethods in io.helidon.webserver.context that return ContextFeatureConfig.BuilderModifier and TypeMethodDescriptionstatic ContextFeatureConfig.BuilderContextFeature.builder()Fluent API builder to set up an instance.static ContextFeatureConfig.BuilderContextFeatureConfig.builder()Create a new fluent API builder to customize configuration.static ContextFeatureConfig.BuilderContextFeatureConfig.builder(ContextFeatureConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.context with type arguments of type ContextFeatureConfig.BuilderModifier and TypeMethodDescriptionstatic ContextFeatureContextFeature.create(Consumer<ContextFeatureConfig.Builder> builderConsumer) Create a new instance customizing its configuration.