@CompileStatic class MappingContextTraversableResolver extends Object implements TraversableResolver
A TraversableResolver that uses the MappingContext to establish whether validation can cascade
| Type | Name and description |
|---|---|
MappingContext |
mappingContext |
ProxyHandler |
proxyHandler |
| Constructor and description |
|---|
MappingContextTraversableResolver(MappingContext mappingContext) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
isCascadable(Object traversableObject, Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType) |
|
boolean |
isReachable(Object traversableObject, Node traversableProperty, Class<?> rootBeanType, Path pathToTraversableObject, ElementType elementType) |
Groovy Documentation