public static class ObjectGraphBuilder.DefaultChildPropertySetter extends Object implements ObjectGraphBuilder.ChildPropertySetter
Constructor and Description |
---|
DefaultChildPropertySetter() |
Modifier and Type | Method and Description |
---|---|
void |
setChild(Object parent,
Object child,
String parentName,
String propertyName) |
public void setChild(Object parent, Object child, String parentName, String propertyName)
setChild
in interface ObjectGraphBuilder.ChildPropertySetter
parent
- the parent's node valuechild
- the child's node valueparentName
- the name of the parent nodepropertyName
- the resolved relation name of the child