Uses of Class
org.openapitools.codegen.utils.SemVer
-
Packages that use SemVer Package Description org.openapitools.codegen.utils -
-
Uses of SemVer in org.openapitools.codegen.utils
Methods in org.openapitools.codegen.utils that return SemVer Modifier and Type Method Description static SemVerModelUtils. getOpenApiVersion(io.swagger.v3.oas.models.OpenAPI openAPI, String location, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)Parse the OAS document at the specified location, get the swagger or openapi version as specified in the source document, and return the version.Methods in org.openapitools.codegen.utils with parameters of type SemVer Modifier and Type Method Description intSemVer. compareTo(SemVer o)
-