Interface Path
- All Known Subinterfaces:
RandomAccessPath
An extended representation of the validation path, provides Hibernate Validator specific functionality.
- Since:
- 9.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface Path
Path.BeanNode, Path.ConstructorNode, Path.ContainerElementNode, Path.CrossParameterNode, Path.MethodNode, Path.Node, Path.ParameterNode, Path.PropertyNode, Path.ReturnValueNode -
Method Summary
Methods inherited from interface Iterable
forEach, iterator, spliterator
-
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.
-