
com.qdesrame.openapi.diff.output.Render 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.output;
import com.qdesrame.openapi.diff.model.ChangedOpenApi;
public interface Render {
String render(ChangedOpenApi diff);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy