The URI of the {@link TypeName} component is in the form of;
"urn:qi4j:type:" normalizedClassName
where {@code normalizedClassName} is the fully-qualified class name having had any dollar ($) characters replacedby URI friendly dashes (-), with a trailing hash (#). Examples;
urn:qi4j:type:org.qi4j.api.common.QualifiedName# urn:qi4j:type:org.qi4j.samples.MyClass-MyInnerClass#@return the URI of the {@link TypeName} component of the QualifiedName.
|
|
|
|
|
|