Uses of Class
io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
Packages that use ContextFeatureConfig.BuilderBase
-
Uses of ContextFeatureConfig.BuilderBase in io.helidon.webserver.context
Classes in io.helidon.webserver.context with type parameters of type ContextFeatureConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
ContextFeatureConfig.BuilderBase<BUILDER extends ContextFeatureConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContextFeatureConfig> Fluent API builder base forContextFeature
.Subclasses of ContextFeatureConfig.BuilderBase in io.helidon.webserver.contextMethods in io.helidon.webserver.context with parameters of type ContextFeatureConfig.BuilderBaseModifier and TypeMethodDescriptionContextFeatureConfig.BuilderBase.from
(ContextFeatureConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.context with parameters of type ContextFeatureConfig.BuilderBaseModifierConstructorDescriptionprotected
ContextFeatureConfigImpl
(ContextFeatureConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.