Interface Path

All Superinterfaces:
Iterable<Path.Node>, Path
All Known Subinterfaces:
RandomAccessPath

@Incubating public interface Path extends Path
An extended representation of the validation path, provides Hibernate Validator specific functionality.
Since:
9.1
  • Method Details

    • getLeafNode

      Path.Node getLeafNode()
      Returns:
      The leaf node of the current path. This is a shortcut method to iterating over the path till the last node.