Uses of Record Class
dev.rafex.ether.http.openapi.model.OpenApiResponse
Packages that use OpenApiResponse
Package
Description
Builders that assemble OpenAPI documents from Ether route metadata.
OpenAPI domain models used to serialize specifications.
-
Uses of OpenApiResponse in dev.rafex.ether.http.openapi.builder
Methods in dev.rafex.ether.http.openapi.builder with parameters of type OpenApiResponseModifier and TypeMethodDescriptionOpenApiDocumentBuilder.addResponse(String name, OpenApiResponse response) -
Uses of OpenApiResponse in dev.rafex.ether.http.openapi.model
Methods in dev.rafex.ether.http.openapi.model that return OpenApiResponseModifier and TypeMethodDescriptionstatic OpenApiResponseOpenApiResponse.ok(String description, OpenApiSchema schema) Methods in dev.rafex.ether.http.openapi.model that return types with arguments of type OpenApiResponseModifier and TypeMethodDescriptionOpenApiComponents.responses()Returns the value of theresponsesrecord component.OpenApiOperation.responses()Returns the value of theresponsesrecord component.Constructor parameters in dev.rafex.ether.http.openapi.model with type arguments of type OpenApiResponseModifierConstructorDescriptionOpenApiOperation(String operationId, String summary, String description, List<String> tags, List<OpenApiParameter> parameters, Map<String, OpenApiResponse> responses, OpenApiRequestBody requestBody) Creates an instance of aOpenApiOperationrecord class.