Uses of Interface
jakarta.validation.Path.PropertyNode
-
Packages that use Path.PropertyNode Package Description org.hibernate.validator.internal.engine.path Classes related to the Path.Node API.org.hibernate.validator.path Hibernate Validator extensions aroundjakarta.validation.Path. -
-
Uses of Path.PropertyNode in org.hibernate.validator.internal.engine.path
Classes in org.hibernate.validator.internal.engine.path that implement Path.PropertyNode Modifier and Type Class Description classNodeImplImmutable implementation of aPath.Node. -
Uses of Path.PropertyNode in org.hibernate.validator.path
Subinterfaces of Path.PropertyNode in org.hibernate.validator.path Modifier and Type Interface Description interfacePropertyNodeNode representing a property, providing Hibernate Validator specific functionality.
-