Uses of Class
io.helidon.common.context.http.ContextRecordConfig.BuilderBase
Packages that use ContextRecordConfig.BuilderBase
-
Uses of ContextRecordConfig.BuilderBase in io.helidon.common.context.http
Classes in io.helidon.common.context.http with type parameters of type ContextRecordConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
ContextRecordConfig.BuilderBase<BUILDER extends ContextRecordConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContextRecordConfig> Fluent API builder base forContextRecordConfig
.Subclasses of ContextRecordConfig.BuilderBase in io.helidon.common.context.httpMethods in io.helidon.common.context.http with parameters of type ContextRecordConfig.BuilderBaseModifier and TypeMethodDescriptionContextRecordConfig.BuilderBase.from
(ContextRecordConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.context.http with parameters of type ContextRecordConfig.BuilderBaseModifierConstructorDescriptionprotected
ContextRecordConfigImpl
(ContextRecordConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.