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:
    QualifiedNameCreatorConfiguratorProvider
    • Method Detail

      • getRichNameString

        java.lang.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.