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