Represents the navigation path from an object to another
 in an object graph.
 Each path element is represented by a 
Node.
 
 The path corresponds to the succession of nodes
 in the order they are returned by the Iterator.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceNode representing a bean.static interfaceNode representing a constructor.static interfaceNode representing an element in a generic container such asOptional,ListorMap.static interfaceNode representing the element holding cross-parameter constraints of a method or constructor.static interfaceNode representing a method.static interfaceRepresents an element of a navigation path.static interfaceNode representing a parameter of a method or constructor.static interfaceNode representing a property.static interfaceNode representing the return value of a method or constructor. - 
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator 
- 
Method Details
- 
toString
 
 -