public class TraversableResolverImpl extends Object implements TraversableResolver
TraversableResolver
Constructor and Description |
---|
TraversableResolverImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCascadable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
boolean |
isReachable(Object traversableObject,
Path.Node traversableProperty,
Class<?> rootBeanType,
Path pathToTraversableObject,
ElementType elementType) |
public boolean isReachable(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType)
isReachable
in interface TraversableResolver
public boolean isCascadable(Object traversableObject, Path.Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType)
isCascadable
in interface TraversableResolver
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.