public static class ObjectGraphBuilder.DefaultChildPropertySetter extends Object implements ObjectGraphBuilder.ChildPropertySetter
Constructor and Description |
---|
ObjectGraphBuilder.DefaultChildPropertySetter() |
public ObjectGraphBuilder.DefaultChildPropertySetter()
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