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