Class Traverser.NodeVisit

java.lang.Object
com.cedarsoftware.util.Traverser.NodeVisit
Enclosing class:
Traverser

public static class Traverser.NodeVisit extends Object
Represents a node visit during traversal, containing the node and its field information.
  • Constructor Details

  • Method Details

    • getNode

      public Object getNode()
      Returns:
      The object (node) being visited
    • getFields

      public Map<Field,Object> getFields()
      Returns:
      Unmodifiable map of fields to their values, including metadata about each field
    • getNodeClass

      public Class<?> getNodeClass()
      Returns:
      The class of the node being visited