Uses of Interface
jakarta.validation.Path
-
Uses of Path in jakarta.validation
Modifier and TypeMethodDescriptionboolean
TraversableResolver.isCascadable
(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, 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
(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType) Determines if the Jakarta Validation provider is allowed to reach the property state.