Package io.github.classgraph
Class ClassRefOrTypeVariableSignature
java.lang.Object
io.github.classgraph.HierarchicalTypeSignature
io.github.classgraph.TypeSignature
io.github.classgraph.ReferenceTypeSignature
io.github.classgraph.ClassRefOrTypeVariableSignature
- Direct Known Subclasses:
ClassRefTypeSignature
,TypeVariableSignature
A class type or type variable. Subclasses are ClassRefTypeSignature and TypeVariableSignature.
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
Render to string.Render to string, using only simple names for classes.Methods inherited from class io.github.classgraph.TypeSignature
equalsIgnoringTypeParams, getTypeAnnotationInfo
-
Method Details
-
toStringWithSimpleNames
Render to string, using only simple names for classes.- Returns:
- the string representation, using simple names for classes.
-
toString
Render to string.
-