groovy.util
Class ObjectGraphBuilder.DefaultChildPropertySetter
java.lang.Object
groovy.util.ObjectGraphBuilder.DefaultChildPropertySetter
- All Implemented Interfaces:
- ChildPropertySetter
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.
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
ObjectGraphBuilder.DefaultChildPropertySetter
ObjectGraphBuilder.DefaultChildPropertySetter()
-
setChild
public void setChild(Object parent, Object child, String parentName, String propertyName)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.