Interface TraversableResolver


  • public interface TraversableResolver
    Version:
    $Rev$ $Date$
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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)