![JAR search and dependency download from the Maven repository](/logo.png)
io.apicurio.datamodels.models.visitors.Traverser Maven / Gradle / Ivy
package io.apicurio.datamodels.models.visitors;
import io.apicurio.datamodels.models.Node;
/**
* All data model traversers must implement this interface.
*/
public interface Traverser {
/**
* Traverse a single node in a data model.
*
* @param node
*/
public void traverse(Node node);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy