public class PathsDiff extends Object
| Constructor and Description |
|---|
PathsDiff(OpenApiDiff openApiDiff) |
| Modifier and Type | Method and 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.Paths |
valOrEmpty(io.swagger.v3.oas.models.Paths path) |
public PathsDiff(OpenApiDiff openApiDiff)
Copyright © 2020. All rights reserved.