Uses of Interface
io.helidon.webserver.context.ContextFeatureConfig
-
Uses of ContextFeatureConfig in io.helidon.webserver.context
Modifier and TypeClassDescriptionstatic class
ContextFeatureConfig.BuilderBase<BUILDER extends ContextFeatureConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContextFeatureConfig> Fluent API builder base forContextFeature
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionContextFeatureConfig.Builder.buildPrototype()
static ContextFeatureConfig
ContextFeatureConfig.create()
Create a new instance with default values.static ContextFeatureConfig
Create a new instance from configuration.ContextFeature.prototype()
Modifier and TypeMethodDescriptionstatic ContextFeatureConfig.Builder
ContextFeatureConfig.builder
(ContextFeatureConfig instance) Create a new fluent API builder from an existing instance.static ContextFeature
ContextFeature.create
(ContextFeatureConfig config) Create a new instance from its configuration.ContextFeatureConfig.BuilderBase.from
(ContextFeatureConfig prototype) Update this builder from an existing prototype instance.