Interface QualifiedNameCreatorConfigurator


@OpenApi public interface QualifiedNameCreatorConfigurator
Return unique name for element. Note that this is only addon to the default implementation so you have to write code only for elements which require specific treatment. Null and empty string are treated in same way.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Return unique name for element.
  • Method Details

    • getRichNameString

      String getRichNameString(Element element)
      Return unique name for element. Note that this is only addon to the default implementation so you have to write code only for elements which require specific treatment. Null and empty string are treated in same way.
      Parameters:
      element - Element
      Returns:
      Unique name for element.