Uses of Class
io.helidon.openapi.OpenApiDocument.RequestBody
Packages that use OpenApiDocument.RequestBody
-
Uses of OpenApiDocument.RequestBody in io.helidon.openapi
Classes in io.helidon.openapi that implement interfaces with type arguments of type OpenApiDocument.RequestBodyModifier and TypeClassDescriptionstatic final classOpenAPI request body builder.Methods in io.helidon.openapi that return OpenApiDocument.RequestBodyModifier and TypeMethodDescriptionOpenApiDocument.RequestBodyBuilder.build()static OpenApiDocument.RequestBodyCreate a reference request body.Methods in io.helidon.openapi that return types with arguments of type OpenApiDocument.RequestBodyMethods in io.helidon.openapi with parameters of type OpenApiDocument.RequestBodyModifier and TypeMethodDescriptionOpenApiDocument.ComponentsBuilder.requestBody(String name, OpenApiDocument.RequestBody requestBody) Set request body.OpenApiDocument.OperationBuilder.requestBody(OpenApiDocument.RequestBody requestBody) Set request body.