Uses of Class
io.helidon.openapi.OpenApiDocument.Link
Packages that use OpenApiDocument.Link
-
Uses of OpenApiDocument.Link in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.LinkModifier and TypeClassDescriptionstatic final classOpenAPI link builder.Methods in io.helidon.openapi that return OpenApiDocument.LinkModifier and TypeMethodDescriptionOpenApiDocument.LinkBuilder.build()static OpenApiDocument.LinkCreate a reference link.Methods in io.helidon.openapi with parameters of type OpenApiDocument.LinkModifier and TypeMethodDescriptionOpenApiDocument.ComponentsBuilder.link(String name, OpenApiDocument.Link link) Set link.OpenApiDocument.ResponseBuilder.link(String name, OpenApiDocument.Link link) Add link.