Package groovy.util
Interface ObjectGraphBuilder.IdentifierResolver
- 
- All Known Implementing Classes:
 ObjectGraphBuilder.DefaultIdentifierResolver
- Enclosing class:
 - ObjectGraphBuilder
 
public static interface ObjectGraphBuilder.IdentifierResolverStrategy for picking the correct synthetic identifier. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentifierFor(java.lang.String nodeName)Returns the name of the property that will identify the node. 
 -