Uses of Class
com.qdesrame.openapi.diff.model.ChangedPaths
-
Packages that use ChangedPaths Package Description com.qdesrame.openapi.diff.compare -
-
Uses of ChangedPaths in com.qdesrame.openapi.diff.compare
Methods in com.qdesrame.openapi.diff.compare that return types with arguments of type ChangedPaths Modifier and Type Method Description Optional<ChangedPaths>PathsDiff. diff(Map<String,io.swagger.v3.oas.models.PathItem> left, Map<String,io.swagger.v3.oas.models.PathItem> right)
-