Package io.helidon.common.configurable
Class AllowListConfig.BuilderBase.AllowListConfigImpl
java.lang.Object
io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<AllowList>
,AllowListConfig
,Supplier<AllowList>
- Enclosing class:
AllowListConfig.BuilderBase<BUILDER extends AllowListConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AllowListConfig>
protected static class AllowListConfig.BuilderBase.AllowListConfigImpl
extends Object
implements AllowListConfig, Supplier<AllowList>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.common.configurable.AllowListConfig
AllowListConfig.Builder, AllowListConfig.BuilderBase<BUILDER extends AllowListConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AllowListConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
AllowListConfigImpl
(AllowListConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
AllowListConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.Factory
Create a new instance of the runtime type from this config object.- Specified by:
build
in interfacePrototype.Factory<AllowList>
- Returns:
- new configured runtime instance
-
get
-
allowAll
public boolean allowAll() -
allowed
-
allowedPrefixes
-
allowedSuffixes
-
allowedPatterns
-
denied
-
deniedPrefixes
-
deniedSuffixes
-
deniedPatterns
-
allowedPredicates
-
deniedPredicates
-
toString
-
equals
-
hashCode
public int hashCode()
-