Uses of Class
io.helidon.nima.openapi.OpenApiService.AbstractBuilder
Packages that use OpenApiService.AbstractBuilder
Package
Description
Support for OpenAPI in Helidon MP.
Open API integration with NĂma WebServer.
-
Uses of OpenApiService.AbstractBuilder in io.helidon.microprofile.openapi
Subclasses of OpenApiService.AbstractBuilder in io.helidon.microprofile.openapiModifier and TypeClassDescriptionfinal classFluent builder for OpenAPISupport in Helidon MP. -
Uses of OpenApiService.AbstractBuilder in io.helidon.nima.openapi
Classes in io.helidon.nima.openapi with type parameters of type OpenApiService.AbstractBuilderModifier and TypeClassDescriptionstatic classOpenApiService.AbstractBuilder<B extends OpenApiService.AbstractBuilder<B,T>, T extends OpenApiService> Base builder for OpenAPI service builders, extended byOpenApiService.Builderand MicroProfile implementation.Subclasses of OpenApiService.AbstractBuilder in io.helidon.nima.openapiConstructors in io.helidon.nima.openapi with parameters of type OpenApiService.AbstractBuilderModifierConstructorDescriptionprotectedOpenApiService(OpenApiService.AbstractBuilder<?, ?> builder) Creates a new instance ofOpenAPISupport.