Package groovy.util

Class ObjectGraphBuilder.DefaultChildPropertySetter

    • Constructor Detail

      • DefaultChildPropertySetter

        public DefaultChildPropertySetter()
    • Method Detail

      • setChild

        public void setChild​(Object parent,
                             Object child,
                             String parentName,
                             String propertyName)
        Specified by:
        setChild in interface ObjectGraphBuilder.ChildPropertySetter
        Parameters:
        parent - the parent's node value
        child - the child's node value
        parentName - the name of the parent node
        propertyName - the resolved relation name of the child