Groovy 1.7.0

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.


Constructor Summary
ObjectGraphBuilder.DefaultChildPropertySetter()

 
Method Summary
void setChild(Object parent, Object child, String parentName, String propertyName)

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

ObjectGraphBuilder.DefaultChildPropertySetter

ObjectGraphBuilder.DefaultChildPropertySetter()


 
Method Detail

setChild

public void setChild(Object parent, Object child, String parentName, String propertyName)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.