Uses of Class
io.helidon.openapi.OpenApiDocument.Response
Packages that use OpenApiDocument.Response
-
Uses of OpenApiDocument.Response in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.ResponseModifier and TypeClassDescriptionstatic final classOpenAPI response builder.Methods in io.helidon.openapi that return OpenApiDocument.ResponseModifier and TypeMethodDescriptionOpenApiDocument.ResponseBuilder.build()static OpenApiDocument.ResponseCreate a reference response.Methods in io.helidon.openapi that return types with arguments of type OpenApiDocument.ResponseMethods in io.helidon.openapi with parameters of type OpenApiDocument.ResponseModifier and TypeMethodDescriptionOpenApiDocument.ComponentsBuilder.response(String name, OpenApiDocument.Response response) Set response.OpenApiDocument.OperationBuilder.response(String status, OpenApiDocument.Response response) Add a response.