| Interface | Description |
|---|---|
| ITraverser |
All data model traversers must implement this interface.
|
| IVisitor |
A basic visitor interface used to visit data model instances.
|
| Class | Description |
|---|---|
| AllNodeVisitor |
Visitor used to visit all nodes in the same way.
|
| CompositeVisitor |
A simple visitor that delegates to a list of *other* visitors.
|
| ConsumesProducesFinder |
Finds the first path item.
|
| NodePathVisitor |
Base class for all node path visitors.
|
| OperationFinder |
Finds the first operation.
|
| PathItemFinder |
Finds the first path item.
|
| Traverser |
A base class for all traversers.
|
| VisitorAdapter |
Base class for all data model visitor adapters.
|
| Enum | Description |
|---|---|
| TraverserDirection |
Copyright © 2019 Red Hat. All rights reserved.