Interface NamesMapper

All Known Implementing Classes:
ClassDiagramBuilder

public interface NamesMapper
Author:
Julien Boz
  • Method Details

    • getClassName

      default String getClassName(Class aClass)
      Returns:
      the class name as shown in the diagram
    • getFieldName

      default String getFieldName(Field field)
      Returns:
      the attribute name as shown in the diagram
    • getMethodName

      default String getMethodName(Method method)
      Returns:
      the method name as shown in the diagram