import java.util.List;import java.util.Map;import dev.rafex.ether.json.JsonUtils;Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.http.openapi.model |
| OpenAPI domain models used to serialize specifications. | |
Functions | |
| record | dev.rafex.ether.http.openapi.model.OpenApiDocument (String openapi, OpenApiInfo info, List< OpenApiServer > servers, Map< String, OpenApiPathItem > paths, OpenApiComponents components) |