Groovy 2.2.0

groovy.util
[Java] Interface ObjectGraphBuilder.ChildPropertySetter


public interface ObjectGraphBuilder.ChildPropertySetter

Strategy for setting a child node on its parent.
Useful for handling Lists/Arrays vs normal properties.


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

 

Method Detail

setChild

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


 

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