groovy.util
[Java] Class ObjectGraphBuilder.DefaultChildPropertySetter
java.lang.Object
groovy.util.ObjectGraphBuilder.DefaultChildPropertySetter
- All Implemented Interfaces:
- ChildPropertySetter
public static class ObjectGraphBuilder.DefaultChildPropertySetter
Default impl that calls parent.propertyName = child
If parent.propertyName is a Collection it will try to add child to the
collection.
setChild
public void setChild(Object parent, Object child, String parentName, String propertyName)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.