Package groovy.util
Interface ObjectGraphBuilder.ChildPropertySetter
- 
- All Known Implementing Classes:
- ObjectGraphBuilder.DefaultChildPropertySetter
 - Enclosing class:
- ObjectGraphBuilder
 
 public static interface ObjectGraphBuilder.ChildPropertySetterStrategy for setting a child node on its parent.
 Useful for handling Lists/Arrays vs normal properties.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetChild(Object parent, Object child, String parentName, String propertyName)
 
-