Uses of Class
io.github.classgraph.ClassTypeSignature
Packages that use ClassTypeSignature
-
Uses of ClassTypeSignature in io.github.classgraph
Fields in io.github.classgraph declared as ClassTypeSignatureModifier and TypeFieldDescriptionprivate ClassTypeSignature
ClassInfo.typeDescriptor
The synthetic class type descriptor.private ClassTypeSignature
ClassInfo.typeSignature
The class type signature, parsed.Methods in io.github.classgraph that return ClassTypeSignatureModifier and TypeMethodDescriptionClassInfo.getTypeDescriptor()
Returns a synthetic type descriptor for the method, created from the class name, superclass name, and implemented interfaces.ArrayClassInfo.getTypeSignature()
Returns null, because array classes do not have a ClassTypeSignature.ClassInfo.getTypeSignature()
Get the parsed type signature for the class.ClassInfo.getTypeSignatureOrTypeDescriptor()
Returns the parsed type signature for this class, possibly including type parameters.(package private) static ClassTypeSignature
Parse a class type signature or class type descriptor.Methods in io.github.classgraph with parameters of type ClassTypeSignatureModifier and TypeMethodDescriptionvoid
Classfile.ClassTypeAnnotationDecorator.decorate
(ClassTypeSignature classTypeSignature)