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 classAllowListConfig.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 classGenerated 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 AllowListConfigAllowListConfig.create()Create a new instance with default values.static AllowListConfigCreate a new instance from configuration.AllowList.prototype()Methods in io.helidon.common.configurable with parameters of type AllowListConfigModifier and TypeMethodDescriptionstatic AllowListConfig.BuilderAllowListConfig.builder(AllowListConfig instance) Create a new fluent API builder from an existing instance.static AllowListAllowList.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.