Interface QualifiedNameCreatorConfigurator
-
@OpenApi public interface QualifiedNameCreatorConfiguratorReturn 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRichNameString(Element element)Return unique name for element.
-
-
-
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.
-
-