toFqn

fun toFqn(projectGroup: String): String(source)

Convert this class's partiallyQualifiedName into a fully qualified name, prefixing it with the given projectGroup if it begins with a period.

Examples:

  • test ->test()

  • .test ->org.example.myproject.test()

  • test() ->test()