javax.validation
Interface TraversableResolver


public interface TraversableResolver


Method Summary
 boolean isCascadable(java.lang.Object traversableObject, Path.Node traversableProperty, java.lang.Class<?> rootBeanType, Path pathToTraversableObject, java.lang.annotation.ElementType elementType)
           
 boolean isReachable(java.lang.Object traversableObject, Path.Node traversableProperty, java.lang.Class<?> rootBeanType, Path pathToTraversableObject, java.lang.annotation.ElementType elementType)
           
 

Method Detail

isReachable

boolean isReachable(java.lang.Object traversableObject,
                    Path.Node traversableProperty,
                    java.lang.Class<?> rootBeanType,
                    Path pathToTraversableObject,
                    java.lang.annotation.ElementType elementType)

isCascadable

boolean isCascadable(java.lang.Object traversableObject,
                     Path.Node traversableProperty,
                     java.lang.Class<?> rootBeanType,
                     Path pathToTraversableObject,
                     java.lang.annotation.ElementType elementType)