public static class ObjectGraphBuilder.DefaultChildPropertySetter extends java.lang.Object implements ObjectGraphBuilder.ChildPropertySetter
Constructor and Description |
---|
ObjectGraphBuilder.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 ObjectGraphBuilder.DefaultChildPropertySetter()
public void setChild(java.lang.Object parent, java.lang.Object child, java.lang.String parentName, java.lang.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