Package org.hibernate.validator.path
Interface PropertyNode
-
- All Superinterfaces:
Path.Node,Path.PropertyNode
- All Known Implementing Classes:
NodeImpl
public interface PropertyNode extends Path.PropertyNode
Node representing a property, providing Hibernate Validator specific functionality.- Author:
- Gunnar Morling
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetValue()-
Methods inherited from interface jakarta.validation.Path.Node
as, getIndex, getKey, getKind, getName, isInIterable, toString
-
Methods inherited from interface jakarta.validation.Path.PropertyNode
getContainerClass, getTypeArgumentIndex
-
-
-
-
Method Detail
-
getValue
Object getValue()
- Returns:
- Returns the value of the bean property represented by this node.
-
-