Interface OpenApiUiConfig
- All Superinterfaces:
Prototype.Api
,Prototype.Factory<OpenApiUi>
- All Known Implementing Classes:
OpenApiUiConfig.BuilderBase.OpenApiUiConfigImpl
OpenApiUi
prototype.- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Fluent API builder forOpenApiUi
.static class
OpenApiUiConfig.BuilderBase<BUILDER extends OpenApiUiConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OpenApiUiConfig> Fluent API builder base forOpenApiUi
. -
Method Summary
Modifier and TypeMethodDescriptionstatic OpenApiUiConfig.Builder
builder()
Create a new fluent API builder to customize configuration.static OpenApiUiConfig.Builder
builder
(OpenApiUiConfig instance) Create a new fluent API builder from an existing instance.static OpenApiUiConfig
create()
Create a new instance with default values.static OpenApiUiConfig
Create a new instance from configuration.boolean
Sets whether the service should be enabled.options()
Merges implementation-specific UI options.Full web context (not just the suffix).Methods inherited from interface io.helidon.builder.api.Prototype.Factory
build
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance
- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance from configuration.- Parameters:
config
- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Create a new instance with default values.- Returns:
- a new instance
-
options
Merges implementation-specific UI options.- Returns:
- options for the UI to merge
-
isEnabled
boolean isEnabled()Sets whether the service should be enabled.- Returns:
true
if enabled,false
otherwise
-
webContext
Full web context (not just the suffix).- Returns:
- full web context path
-