Package groovy.util

Class ObjectGraphBuilder.DefaultChildPropertySetter

    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultChildPropertySetter

        public DefaultChildPropertySetter()
    • Method Detail

      • setChild

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