toFqn
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()
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()