public static class ObjectGraphBuilder.DefaultRelationNameResolver
Default impl that returns parentName and childName accordingly.
Type Params | Return Type | Name and description |
---|---|---|
|
public String |
resolveChildRelationName(String parentName, Object parent, String childName, Object child) Handles the common English regular plurals with the following rules. |
|
public String |
resolveParentRelationName(String parentName, Object parent, String childName, Object child) Follow the most conventional pattern, returns the parentName unchanged. |
Handles the common English regular plurals with the following rules.