|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
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)
@param parent the parent's node value |
Method Detail |
---|
public void setChild(Object parent, Object child, String parentName, String propertyName)
parent
- the parent's node valuechild
- the child's node valueparentName
- the name of the parent nodepropertyName
- the resolved relation name of the child
Copyright © 2003-2011 The Codehaus. All rights reserved.