Package groovy.util
Interface ObjectGraphBuilder.ChildPropertySetter
- All Known Implementing Classes:
 ObjectGraphBuilder.DefaultChildPropertySetter
- Enclosing class:
 - ObjectGraphBuilder
 
public static interface ObjectGraphBuilder.ChildPropertySetter
Strategy for setting a child node on its parent.
Useful for handling Lists/Arrays vs normal properties.
Useful for handling Lists/Arrays vs normal properties.
- 
Method Summary
 
- 
Method Details
- 
setChild
- Parameters:
 parent- the parent's node valuechild- the child's node valueparentName- the name of the parent nodepropertyName- the resolved relation name of the child
 
 -