Package io.helidon.common.configurable
Class AllowListConfig.Builder
java.lang.Object
io.helidon.common.configurable.AllowListConfig.BuilderBase<AllowListConfig.Builder,AllowListConfig>
io.helidon.common.configurable.AllowListConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<AllowListConfig.Builder,
,AllowListConfig> Prototype.ConfiguredBuilder<AllowListConfig.Builder,
,AllowListConfig> Builder<AllowListConfig.Builder,
,AllowList> Supplier<AllowList>
- Enclosing interface:
AllowListConfig
public static class AllowListConfig.Builder
extends AllowListConfig.BuilderBase<AllowListConfig.Builder,AllowListConfig>
implements Builder<AllowListConfig.Builder,AllowList>
Fluent API builder for
AllowList
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.common.configurable.AllowListConfig.BuilderBase
AllowListConfig.BuilderBase.AllowListConfigImpl
-
Method Summary
Methods inherited from class io.helidon.common.configurable.AllowListConfig.BuilderBase
addAllowed, addAllowed, addAllowed, addAllowedPattern, addAllowedPatterns, addAllowedPredicates, addAllowedPrefix, addAllowedPrefixes, addAllowedSuffix, addAllowedSuffixes, addDenied, addDenied, addDenied, addDeniedPattern, addDeniedPatterns, addDeniedPredicates, addDeniedPrefix, addDeniedPrefixes, addDeniedSuffix, addDeniedSuffixes, allowAll, allowAll, allowed, allowed, allowedPatterns, allowedPatterns, allowedPredicates, allowedPredicates, allowedPrefixes, allowedPrefixes, allowedSuffixes, allowedSuffixes, config, config, denied, denied, deniedPatterns, deniedPatterns, deniedPredicates, deniedPredicates, deniedPrefixes, deniedPrefixes, deniedSuffixes, deniedSuffixes, from, from, preBuildPrototype, toString, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
Methods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<AllowListConfig.Builder,
AllowListConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<AllowListConfig.Builder,
AllowList> - Returns:
- instance of the built type
-