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