Module io.helidon.webserver.context
Package io.helidon.webserver.context
Class ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
java.lang.Object
io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<ContextFeature>
,ContextFeatureConfig
,Supplier<ContextFeature>
- Enclosing class:
ContextFeatureConfig.BuilderBase<BUILDER extends ContextFeatureConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContextFeatureConfig>
protected static class ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
extends Object
implements ContextFeatureConfig, Supplier<ContextFeature>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.context.ContextFeatureConfig
ContextFeatureConfig.Builder, ContextFeatureConfig.BuilderBase<BUILDER extends ContextFeatureConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ContextFeatureConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
ContextFeatureConfigImpl
(ContextFeatureConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
ContextFeatureConfigImpl
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<ContextFeature>
- Returns:
- new configured runtime instance
-
get
- Specified by:
get
in interfaceSupplier<ContextFeature>
-
weight
public double weight() -
sockets
-
name
-
toString
-
equals
-
hashCode
public int hashCode()
-