Uses of Class
io.helidon.common.configurable.AllowListConfig.Builder
Packages that use AllowListConfig.Builder
-
Uses of AllowListConfig.Builder in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return AllowListConfig.BuilderModifier and TypeMethodDescriptionstatic AllowListConfig.BuilderAllowList.builder()Create a fluent API builder to configure an instance.static AllowListConfig.BuilderAllowListConfig.builder()Create a new fluent API builder to customize configuration.static AllowListConfig.BuilderAllowListConfig.builder(AllowListConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.common.configurable with type arguments of type AllowListConfig.BuilderModifier and TypeMethodDescriptionstatic AllowListAllowList.create(Consumer<AllowListConfig.Builder> consumer) Create a new allow list customizing its configuration.