Class PathsDiff
- java.lang.Object
-
- com.qdesrame.openapi.diff.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<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)
-
-