Package com.qdesrame.openapi.diff
Class OpenApiCompare
- java.lang.Object
-
- com.qdesrame.openapi.diff.OpenApiCompare
-
public class OpenApiCompare extends Object
-
-
Constructor Summary
Constructors Constructor Description OpenApiCompare()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ChangedOpenApifromContents(String oldContent, String newContent)static ChangedOpenApifromContents(String oldContent, String newContent, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)static ChangedOpenApifromFiles(File oldFile, File newFile)static ChangedOpenApifromFiles(File oldFile, File newFile, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)static ChangedOpenApifromLocations(String oldLocation, String newLocation)static ChangedOpenApifromLocations(String oldLocation, String newLocation, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)static ChangedOpenApifromSpecifications(io.swagger.v3.oas.models.OpenAPI oldSpec, io.swagger.v3.oas.models.OpenAPI newSpec)
-
-
-
Method Detail
-
fromContents
public static ChangedOpenApi fromContents(String oldContent, String newContent)
-
fromContents
public static ChangedOpenApi fromContents(String oldContent, String newContent, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)
-
fromFiles
public static ChangedOpenApi fromFiles(File oldFile, File newFile)
-
fromFiles
public static ChangedOpenApi fromFiles(File oldFile, File newFile, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)
-
fromLocations
public static ChangedOpenApi fromLocations(String oldLocation, String newLocation)
-
fromLocations
public static ChangedOpenApi fromLocations(String oldLocation, String newLocation, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)
-
fromSpecifications
public static ChangedOpenApi fromSpecifications(io.swagger.v3.oas.models.OpenAPI oldSpec, io.swagger.v3.oas.models.OpenAPI newSpec)
-
-