Package com.github.elibracha
Class OpenApiCompare
- java.lang.Object
-
- com.github.elibracha.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 com.github.elibracha.model.ChangedOpenApifromContents(String oldContent, String newContent)static com.github.elibracha.model.ChangedOpenApifromContents(String oldContent, String newContent, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)static com.github.elibracha.model.ChangedOpenApifromFiles(File oldFile, File newFile)static com.github.elibracha.model.ChangedOpenApifromFiles(File oldFile, File newFile, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)static com.github.elibracha.model.ChangedOpenApifromLocations(String oldLocation, String newLocation)static com.github.elibracha.model.ChangedOpenApifromLocations(String oldLocation, String newLocation, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)static com.github.elibracha.model.ChangedOpenApifromSpecifications(io.swagger.v3.oas.models.OpenAPI oldSpec, io.swagger.v3.oas.models.OpenAPI newSpec)
-
-
-
Method Detail
-
fromContents
public static com.github.elibracha.model.ChangedOpenApi fromContents(String oldContent, String newContent)
-
fromContents
public static com.github.elibracha.model.ChangedOpenApi fromContents(String oldContent, String newContent, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)
-
fromFiles
public static com.github.elibracha.model.ChangedOpenApi fromFiles(File oldFile, File newFile)
-
fromFiles
public static com.github.elibracha.model.ChangedOpenApi fromFiles(File oldFile, File newFile, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)
-
fromLocations
public static com.github.elibracha.model.ChangedOpenApi fromLocations(String oldLocation, String newLocation)
-
fromLocations
public static com.github.elibracha.model.ChangedOpenApi fromLocations(String oldLocation, String newLocation, List<io.swagger.v3.parser.core.models.AuthorizationValue> auths)
-
fromSpecifications
public static com.github.elibracha.model.ChangedOpenApi fromSpecifications(io.swagger.v3.oas.models.OpenAPI oldSpec, io.swagger.v3.oas.models.OpenAPI newSpec)
-
-