Skip to content
Darrel edited this page Jan 27, 2018 · 1 revision

The OpenApiWalker class has been designed to encapsulate the logic required to iterate over a portion of the OpenAPI graph of objects. In order to perform work while iterating over the graph, a specialized version of OpenApiVisitorBase can be created to act on nodes in the graph.

Clone this wiki locally