public static class ObjectGraphBuilder.DefaultChildPropertySetter
extends Object
implements ObjectGraphBuilder.ChildPropertySetter
Default impl that calls parent.propertyName = child
If parent.propertyName is a Collection it will try to add child to the
collection.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
setChild(Object parent, Object child, String parentName, String propertyName)*
|