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 interfaceOpenApiUi.Builder<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi>Builder for anOpenApiUi.interfaceOpenApiUiFactory<B extends OpenApiUi.Builder<B,T>,T extends OpenApiUi>Behavior for factories able to provide new builders ofOpenApiUiinstances.Classes in io.helidon.openapi that implement OpenApiUi.Builder Modifier and Type Class Description static classOpenApiUiBase.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 newOpenApiUiinstance.Methods in io.helidon.openapi with parameters of type OpenApiUi.Builder Modifier and Type Method Description BOpenAPISupport.Builder. ui(OpenApiUi.Builder<?,?> uiBuilder)Assigns the OpenAPI UI builder theOpenAPISupportservice should use in preparing the UI.
-