Interface PropertyNode
- All Superinterfaces:
Path.Node, Path.PropertyNode
Node representing a property, providing Hibernate Validator specific functionality.
- Author:
- Gunnar Morling
-
Method Summary
Methods inherited from interface Path.Node
as, getIndex, getKey, getKind, getName, isInIterable, toStringMethods inherited from interface Path.PropertyNode
getContainerClass, getTypeArgumentIndex
-
Method Details
-
getValue
Object getValue()- Returns:
- Returns the value of the bean property represented by this node.
-