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 Detail

      • getValue

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