Uses of Class
io.helidon.openapi.OpenApiDocument.LicenseBuilder
Packages that use OpenApiDocument.LicenseBuilder
-
Uses of OpenApiDocument.LicenseBuilder in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.LicenseBuilderModifier and TypeClassDescriptionstatic final classOpenAPI license builder.Methods in io.helidon.openapi that return OpenApiDocument.LicenseBuilderModifier and TypeMethodDescriptionOpenApiDocument.License.builder()Create a new license builder.Add an extension.OpenApiDocument.LicenseBuilder.identifier(String identifier) Set license identifier.Set license name.Set license URL.Method parameters in io.helidon.openapi with type arguments of type OpenApiDocument.LicenseBuilderModifier and TypeMethodDescriptionOpenApiDocument.InfoBuilder.license(Consumer<OpenApiDocument.LicenseBuilder> license) Set license.