Uses of Class
io.helidon.common.configurable.AllowListConfig.BuilderBase
Packages that use AllowListConfig.BuilderBase
-
Uses of AllowListConfig.BuilderBase in io.helidon.common.configurable
Classes in io.helidon.common.configurable with type parameters of type AllowListConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
AllowListConfig.BuilderBase<BUILDER extends AllowListConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AllowListConfig> Fluent API builder base forAllowList
.Subclasses of AllowListConfig.BuilderBase in io.helidon.common.configurableMethods in io.helidon.common.configurable with parameters of type AllowListConfig.BuilderBaseModifier and TypeMethodDescriptionAllowListConfig.BuilderBase.from
(AllowListConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.configurable with parameters of type AllowListConfig.BuilderBaseModifierConstructorDescriptionprotected
AllowListConfigImpl
(AllowListConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.