Class OpenApiUiConfig.Builder
java.lang.Object
io.helidon.integrations.openapi.ui.OpenApiUiConfig.BuilderBase<OpenApiUiConfig.Builder,OpenApiUiConfig>
io.helidon.integrations.openapi.ui.OpenApiUiConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<OpenApiUiConfig.Builder,,OpenApiUiConfig> Prototype.ConfiguredBuilder<OpenApiUiConfig.Builder,,OpenApiUiConfig> Builder<OpenApiUiConfig.Builder,,OpenApiUi> Supplier<OpenApiUi>
- Enclosing interface:
OpenApiUiConfig
public static class OpenApiUiConfig.Builder
extends OpenApiUiConfig.BuilderBase<OpenApiUiConfig.Builder,OpenApiUiConfig>
implements Builder<OpenApiUiConfig.Builder,OpenApiUi>
Fluent API builder for
OpenApiUi.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.integrations.openapi.ui.OpenApiUiConfig.BuilderBase
OpenApiUiConfig.BuilderBase.OpenApiUiConfigImpl -
Method Summary
Methods inherited from class io.helidon.integrations.openapi.ui.OpenApiUiConfig.BuilderBase
addOptions, clearWebContext, config, config, from, from, isEnabled, isEnabled, options, options, preBuildPrototype, toString, validatePrototype, webContext, webContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
selfMethods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<OpenApiUiConfig.Builder,OpenApiUiConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<OpenApiUiConfig.Builder,OpenApiUi> - Returns:
- instance of the built type
-