Package com.github.elibracha.compare
Class PathsDiff
- java.lang.Object
-
- com.github.elibracha.compare.PathsDiff
-
public class PathsDiff extends Object
-
-
Constructor Summary
Constructors Constructor Description PathsDiff(OpenApiDiff openApiDiff)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<com.github.elibracha.model.ChangedPaths>diff(Map<String,io.swagger.v3.oas.models.PathItem> left, Map<String,io.swagger.v3.oas.models.PathItem> right)static io.swagger.v3.oas.models.PathsvalOrEmpty(io.swagger.v3.oas.models.Paths path)
-
-
-
Constructor Detail
-
PathsDiff
public PathsDiff(OpenApiDiff openApiDiff)
-
-