Package com.cedarsoftware.util
Class Traverser.NodeVisit
java.lang.Object
com.cedarsoftware.util.Traverser.NodeVisit
- Enclosing class:
- Traverser
Represents a node visit during traversal, containing the node and its field information.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeVisit
-
-
Method Details
-
getNode
- Returns:
- The object (node) being visited
-
getFields
- Returns:
- Unmodifiable map of fields to their values, including metadata about each field
-
getNodeClass
- Returns:
- The class of the node being visited
-