Uses of Class
io.github.classgraph.MethodTypeSignature
Packages that use MethodTypeSignature
-
Uses of MethodTypeSignature in io.github.classgraph
Fields in io.github.classgraph declared as MethodTypeSignatureModifier and TypeFieldDescription(package private) MethodTypeSignatureTypeVariableSignature.containingMethodSignatureThe method signature that this type variable is part of.private MethodTypeSignatureMethodInfo.typeDescriptorThe parsed type descriptor.private MethodTypeSignatureMethodInfo.typeSignatureThe parsed type signature (or null if none).Methods in io.github.classgraph that return MethodTypeSignatureModifier and TypeMethodDescriptionMethodInfo.getTypeDescriptor()Returns the parsed type descriptor for the method, which will not include type parameters.MethodInfo.getTypeSignature()Returns the parsed type signature for the method, possibly including type parameters.MethodInfo.getTypeSignatureOrTypeDescriptor()Returns the parsed type signature for the method, possibly including type parameters.(package private) static MethodTypeSignatureParse a method signature.Methods in io.github.classgraph with parameters of type MethodTypeSignatureModifier and TypeMethodDescriptionvoidClassfile.MethodTypeAnnotationDecorator.decorate(MethodTypeSignature methodTypeSignature)