Uses of Class
io.helidon.openapi.OpenApiDocument.InfoBuilder
Packages that use OpenApiDocument.InfoBuilder
-
Uses of OpenApiDocument.InfoBuilder in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.InfoBuilderModifier and TypeClassDescriptionstatic final classOpenAPI info builder.Methods in io.helidon.openapi that return OpenApiDocument.InfoBuilderModifier and TypeMethodDescriptionstatic OpenApiDocument.InfoBuilderOpenApiDocument.Info.builder()Create a new info builder.OpenApiDocument.InfoBuilder.contact(OpenApiDocument.Contact contact) Set contact.OpenApiDocument.InfoBuilder.contact(Consumer<OpenApiDocument.ContactBuilder> contact) Set contact.OpenApiDocument.InfoBuilder.description(String description) Set description.Add an extension.OpenApiDocument.InfoBuilder.license(OpenApiDocument.License license) Set license.OpenApiDocument.InfoBuilder.license(Consumer<OpenApiDocument.LicenseBuilder> license) Set license.Set summary.OpenApiDocument.InfoBuilder.termsOfService(String termsOfService) Set terms of service.Set title.Set version.Method parameters in io.helidon.openapi with type arguments of type OpenApiDocument.InfoBuilderModifier and TypeMethodDescriptionOpenApiDocument.Builder.info(Consumer<OpenApiDocument.InfoBuilder> info) Set the Info object.