Interface NamesMapper
- All Known Implementing Classes:
ClassDiagramBuilder
public interface NamesMapper
- Author:
- Julien Boz
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetClassName(Class aClass) default StringgetFieldName(Field field) default StringgetMethodName(Method method)
-
Method Details
-
getClassName
- Returns:
- the class name as shown in the diagram
-
getFieldName
- Returns:
- the attribute name as shown in the diagram
-
getMethodName
- Returns:
- the method name as shown in the diagram
-