All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.swagger.v3.parser.reference.Traverser Maven / Gradle / Ivy

The newest version!
package io.swagger.v3.parser.reference;

import io.swagger.v3.oas.models.OpenAPI;

public interface Traverser {
    OpenAPI traverse(OpenAPI openAPI, Visitor visitor) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy