
com.qdesrame.openapi.diff.model.RequestResponseChanged 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.model;
/**
* Created by adarsh.sharma on 24/12/17.
*/
public interface RequestResponseChanged {
boolean isDiff();
boolean isDiffBackwardCompatible(boolean isRequest);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy