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