Uses of Record Class
dev.rafex.ether.http.openapi.model.OpenApiMediaType
Packages that use OpenApiMediaType
Package
Description
OpenAPI domain models used to serialize specifications.
-
Uses of OpenApiMediaType in dev.rafex.ether.http.openapi.model
Methods in dev.rafex.ether.http.openapi.model that return types with arguments of type OpenApiMediaTypeModifier and TypeMethodDescriptionOpenApiRequestBody.content()Returns the value of thecontentrecord component.OpenApiResponse.content()Returns the value of thecontentrecord component.Constructor parameters in dev.rafex.ether.http.openapi.model with type arguments of type OpenApiMediaTypeModifierConstructorDescriptionOpenApiRequestBody(String description, boolean required, Map<String, OpenApiMediaType> content) Creates an instance of aOpenApiRequestBodyrecord class.OpenApiResponse(String description, Map<String, OpenApiMediaType> content) Creates an instance of aOpenApiResponserecord class.