public static interface ObjectGraphBuilder.ChildPropertySetter
| Modifier and Type | Method and Description | 
|---|---|
| void | setChild(java.lang.Object parent,
        java.lang.Object child,
        java.lang.String parentName,
        java.lang.String propertyName) | 
void setChild(java.lang.Object parent,
              java.lang.Object child,
              java.lang.String parentName,
              java.lang.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