Interface PropertyNode

All Superinterfaces:
jakarta.validation.Path.Node, jakarta.validation.Path.PropertyNode
All Known Implementing Classes:
NodeImpl

public interface PropertyNode extends jakarta.validation.Path.PropertyNode
Node representing a property, providing Hibernate Validator specific functionality.
Author:
Gunnar Morling
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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 Details

    • getValue

      Object getValue()
      Returns:
      Returns the value of the bean property represented by this node.