Class OpenApiUiConfig.BuilderBase.OpenApiUiConfigImpl
java.lang.Object
io.helidon.integrations.openapi.ui.OpenApiUiConfig.BuilderBase.OpenApiUiConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<OpenApiUi>
,OpenApiUiConfig
,Supplier<OpenApiUi>
- Enclosing class:
OpenApiUiConfig.BuilderBase<BUILDER extends OpenApiUiConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OpenApiUiConfig>
protected static class OpenApiUiConfig.BuilderBase.OpenApiUiConfigImpl
extends Object
implements OpenApiUiConfig, Supplier<OpenApiUi>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.integrations.openapi.ui.OpenApiUiConfig
OpenApiUiConfig.Builder, OpenApiUiConfig.BuilderBase<BUILDER extends OpenApiUiConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OpenApiUiConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
OpenApiUiConfigImpl
(OpenApiUiConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
OpenApiUiConfigImpl
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<OpenApiUi>
- Returns:
- new configured runtime instance
-
get
-
options
Description copied from interface:OpenApiUiConfig
Merges implementation-specific UI options.- Specified by:
options
in interfaceOpenApiUiConfig
- Returns:
- options for the UI to merge
-
isEnabled
public boolean isEnabled()Description copied from interface:OpenApiUiConfig
Sets whether the service should be enabled.- Specified by:
isEnabled
in interfaceOpenApiUiConfig
- Returns:
true
if enabled,false
otherwise
-
webContext
Description copied from interface:OpenApiUiConfig
Full web context (not just the suffix).- Specified by:
webContext
in interfaceOpenApiUiConfig
- Returns:
- full web context path
-
toString
-
equals
-
hashCode
public int hashCode()
-