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 ClassTypeSignatureClassInfo.typeDescriptorThe synthetic class type descriptor.private ClassTypeSignatureClassInfo.typeSignatureThe 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 ClassTypeSignatureParse a class type signature or class type descriptor.Methods in io.github.classgraph with parameters of type ClassTypeSignatureModifier and TypeMethodDescriptionvoidClassfile.ClassTypeAnnotationDecorator.decorate(ClassTypeSignature classTypeSignature)