[Java] Interface ObjectGraphBuilder.ReferenceResolver
public interface ObjectGraphBuilder.ReferenceResolver
Strategy for picking the correct synthetic reference identifier.
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
public String |  
getReferenceFor(String nodeName)Returns the name of the property that references another node.  |  
Method Detail
public String getReferenceFor(String nodeName)
 Returns the name of the property that references another node.
 
- Parameters:
 - 
nodeName- the name of the node 
    © 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
    https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/ObjectGraphBuilder.ReferenceResolver.html