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) MethodTypeSignature
TypeVariableSignature.containingMethodSignature
The method signature that this type variable is part of.private MethodTypeSignature
MethodInfo.typeDescriptor
The parsed type descriptor.private MethodTypeSignature
MethodInfo.typeSignature
The 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 MethodTypeSignature
Parse a method signature.Methods in io.github.classgraph with parameters of type MethodTypeSignatureModifier and TypeMethodDescriptionvoid
Classfile.MethodTypeAnnotationDecorator.decorate
(MethodTypeSignature methodTypeSignature)