
com.qdesrame.openapi.diff.compare.Comparable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-diff Show documentation
Show all versions of openapi-diff Show documentation
Utility for comparing two OpenAPI specifications.
package com.qdesrame.openapi.diff.compare;
public interface Comparable {
boolean compare(T left, T right);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy