public static class ObjectGraphBuilder.DefaultRelationNameResolver
Default impl that returns parentName and childName accordingly.
| Type | Name and description |
|---|---|
String |
resolveChildRelationName(String parentName, Object parent, String childName, Object child) |
String |
resolveParentRelationName(String parentName, Object parent, String childName, Object child)Follow the most conventional pattern, returns the parentName unchanged. |