Uses of Interface
io.helidon.openapi.OpenApiUi.Builder
-
Packages that use OpenApiUi.Builder Package Description io.helidon.openapi Helidon SE OpenAPI Support. -
-
Uses of OpenApiUi.Builder in io.helidon.openapi
Classes in io.helidon.openapi with type parameters of type OpenApiUi.Builder Modifier and Type Interface Description static interface
OpenApiUi.Builder<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi>
Builder for anOpenApiUi
.interface
OpenApiUiFactory<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi>
Behavior for factories able to provide new builders ofOpenApiUi
instances.Classes in io.helidon.openapi that implement OpenApiUi.Builder Modifier and Type Class Description static class
OpenApiUiBase.Builder<B extends OpenApiUiBase.Builder<B,T>,T extends OpenApiUi>
Common base builder implementation for creating a newOpenApiUi
.Methods in io.helidon.openapi that return OpenApiUi.Builder Modifier and Type Method Description static OpenApiUi.Builder<?,?>
OpenApiUi. builder()
Creates a builder for a newOpenApiUi
instance.Methods in io.helidon.openapi with parameters of type OpenApiUi.Builder Modifier and Type Method Description B
OpenAPISupport.Builder. ui(OpenApiUi.Builder<?,?> uiBuilder)
Assigns the OpenAPI UI builder theOpenAPISupport
service should use in preparing the UI.
-