Package groovy.util

Interface ObjectGraphBuilder.ChildPropertySetter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setChild​(java.lang.Object parent, java.lang.Object child, java.lang.String parentName, java.lang.String propertyName)  
    • Method Detail

      • setChild

        void setChild​(java.lang.Object parent,
                      java.lang.Object child,
                      java.lang.String parentName,
                      java.lang.String propertyName)
        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