Uses of Interface
javax.validation.Path.Node

Packages that use Path.Node
javax.validation   
 

Uses of Path.Node in javax.validation
 

Methods in javax.validation with parameters of type Path.Node
 boolean TraversableResolver.isCascadable(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType)
          Determine if the Bean 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)
          Determine if the Bean Validation provider is allowed to reach the property state
 



Copyright © 2007-2012. All Rights Reserved.