Uses of Interface
io.helidon.common.configurable.AllowListConfig
-
Uses of AllowListConfig in io.helidon.common.configurable
Modifier and TypeClassDescriptionstatic class
AllowListConfig.BuilderBase<BUILDER extends AllowListConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AllowListConfig> Fluent API builder base forAllowList
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier 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()
Modifier 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.