Uses of Interface
jakarta.validation.Path
-
Packages that use Path Package Description jakarta.validation Top level package of the Jakarta Validation API. -
-
Uses of Path in jakarta.validation
Methods in jakarta.validation that return Path Modifier and Type Method Description Path
ConstraintViolation. getPropertyPath()
Methods in jakarta.validation with parameters of type Path Modifier and Type Method Description boolean
TraversableResolver. isCascadable(java.lang.Object traversableObject, Path.Node traversableProperty, java.lang.Class<?> rootBeanType, Path pathToTraversableObject, java.lang.annotation.ElementType elementType)
Determines if the Jakarta Validation provider is allowed to cascade validation on the bean instance returned by the property value marked as@Valid
.boolean
TraversableResolver. isReachable(java.lang.Object traversableObject, Path.Node traversableProperty, java.lang.Class<?> rootBeanType, Path pathToTraversableObject, java.lang.annotation.ElementType elementType)
Determines if the Jakarta Validation provider is allowed to reach the property state.
-