Uses of Class
io.helidon.openapi.OpenApiDocument.Header
Packages that use OpenApiDocument.Header
-
Uses of OpenApiDocument.Header in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.HeaderModifier and TypeClassDescriptionstatic final classOpenAPI header builder.Methods in io.helidon.openapi that return OpenApiDocument.HeaderModifier and TypeMethodDescriptionOpenApiDocument.HeaderBuilder.build()static OpenApiDocument.HeaderCreate a reference header.Methods in io.helidon.openapi with parameters of type OpenApiDocument.HeaderModifier and TypeMethodDescriptionOpenApiDocument.ComponentsBuilder.header(String name, OpenApiDocument.Header header) Set header.OpenApiDocument.EncodingBuilder.header(String name, OpenApiDocument.Header header) Add header.OpenApiDocument.ResponseBuilder.header(String name, OpenApiDocument.Header header) Add header.