Uses of Interface
jakarta.validation.Path.Node
Packages that use Path.Node
Package
Description
Top level package of the Jakarta Bean Validation API.
Support for integrating Jakarta Bean Validation.
Classes related to the Path.Node API.
Various implementations of the TraversableResolver interface.
Hibernate Validator extensions around
jakarta.validation.Path.-
Uses of Path.Node in jakarta.validation
Subinterfaces of Path.Node in jakarta.validationModifier and TypeInterfaceDescriptionstatic interfaceNode representing a bean.static interfaceNode representing a constructor.static interfaceNode representing an element in a generic container such asOptional,ListorMap.static interfaceNode representing the element holding cross-parameter constraints of a method or constructor.static interfaceNode representing a method.static interfaceNode representing a parameter of a method or constructor.static interfaceNode representing a property.static interfaceNode representing the return value of a method or constructor.Methods in jakarta.validation with type parameters of type Path.NodeModifier and TypeMethodDescription<T extends Path.Node>
TNarrows the type of this node down to the given type.Methods in jakarta.validation with parameters of type Path.NodeModifier and TypeMethodDescriptionbooleanTraversableResolver.isCascadable(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, 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(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType) Determines if the Jakarta Bean Validation provider is allowed to reach the property state. -
Uses of Path.Node in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation with parameters of type Path.NodeModifier and TypeMethodDescriptionbooleanHibernateTraversableResolver.isCascadable(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType) booleanHibernateTraversableResolver.isReachable(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType) -
Uses of Path.Node in org.hibernate.validator.internal.engine.path
Classes in org.hibernate.validator.internal.engine.path that implement Path.NodeMethods in org.hibernate.validator.internal.engine.path with type parameters of type Path.NodeMethods in org.hibernate.validator.internal.engine.path that return types with arguments of type Path.Node -
Uses of Path.Node in org.hibernate.validator.internal.engine.resolver
Methods in org.hibernate.validator.internal.engine.resolver with parameters of type Path.NodeModifier and TypeMethodDescriptionfinal booleanJPATraversableResolver.isCascadable(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType) final booleanJPATraversableResolver.isReachable(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType) -
Uses of Path.Node in org.hibernate.validator.path
Subinterfaces of Path.Node in org.hibernate.validator.pathModifier and TypeInterfaceDescriptioninterfaceNode representing a container element, providing Hibernate Validator specific functionality.interfaceNode representing a property, providing Hibernate Validator specific functionality.