Uses of Interface
io.helidon.common.configurable.AllowListConfig
Packages that use AllowListConfig
-
Uses of AllowListConfig in io.helidon.common.configurable
Classes in io.helidon.common.configurable with type parameters of type AllowListConfigModifier and TypeClassDescriptionstatic class
AllowListConfig.BuilderBase<BUILDER extends AllowListConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AllowListConfig> Fluent API builder base forAllowList
.Classes in io.helidon.common.configurable that implement AllowListConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.common.configurable that return AllowListConfigModifier and TypeMethodDescriptionAllowListConfig.Builder.buildPrototype()
static AllowListConfig
AllowListConfig.create()
Create a new instance with default values.static AllowListConfig
Create a new instance from configuration.AllowList.prototype()
Methods in io.helidon.common.configurable with parameters of type AllowListConfigModifier and TypeMethodDescriptionstatic AllowListConfig.Builder
AllowListConfig.builder
(AllowListConfig instance) Create a new fluent API builder from an existing instance.static AllowList
AllowList.create
(AllowListConfig config) Create a new allow list based on its configuration.AllowListConfig.BuilderBase.from
(AllowListConfig prototype) Update this builder from an existing prototype instance.