Interface Visitor
public interface Visitor
A visitor interface for the
Metadata
.
This visitor allows us to design algorithms that work with metadata artifacts is isolation of metadata API.
One use case of it would be for example to write deterministic serialisation and deserialisation logic that
requires traversing the metadata more or less in the same topological order of its nodes.-
Method Summary
Modifier and TypeMethodDescriptionvoid
finishVisit
(SchemaTemplate schemaTemplate) void
startVisit
(SchemaTemplate schemaTemplate) void
void
default void
void
void
visit
(SchemaTemplate schemaTemplate) void
-
Method Details
-
visit
-
visit
-
visit
-
startVisit
-
visit
-
finishVisit
-
visit
-
visit
-