Uses of Interface
groovy.util.ObjectGraphBuilder.ChildPropertySetter

Packages that use ObjectGraphBuilder.ChildPropertySetter
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
 

Uses of ObjectGraphBuilder.ChildPropertySetter in groovy.util
 

Classes in groovy.util that implement ObjectGraphBuilder.ChildPropertySetter
static class ObjectGraphBuilder.DefaultChildPropertySetter
          Default impl that calls parent.propertyName = child
If parent.propertyName is a Collection it will try to add child to the collection.
 

Fields in groovy.util declared as ObjectGraphBuilder.ChildPropertySetter
private  ObjectGraphBuilder.ChildPropertySetter ObjectGraphBuilder.childPropertySetter
           
 

Methods in groovy.util that return ObjectGraphBuilder.ChildPropertySetter
 ObjectGraphBuilder.ChildPropertySetter ObjectGraphBuilder.getChildPropertySetter()
          Returns the current ChildPropertySetter.
 



Copyright © ${year} The Codehaus. All Rights Reserved.