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