Uses of Class
io.github.classgraph.MethodTypeSignature
-
Packages that use MethodTypeSignature Package Description io.github.classgraph -
-
Uses of MethodTypeSignature in io.github.classgraph
Fields in io.github.classgraph declared as MethodTypeSignature Modifier and Type Field Description (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 MethodTypeSignature Modifier and Type Method Description MethodTypeSignature
MethodInfo. getTypeDescriptor()
Returns the parsed type descriptor for the method, which will not include type parameters.MethodTypeSignature
MethodInfo. getTypeSignature()
Returns the parsed type signature for the method, possibly including type parameters.MethodTypeSignature
MethodInfo. getTypeSignatureOrTypeDescriptor()
Returns the parsed type signature for the method, possibly including type parameters.(package private) static MethodTypeSignature
MethodTypeSignature. parse(java.lang.String typeDescriptor, java.lang.String definingClassName)
Parse a method signature.Methods in io.github.classgraph with parameters of type MethodTypeSignature Modifier and Type Method Description void
Classfile.MethodTypeAnnotationDecorator. decorate(MethodTypeSignature methodTypeSignature)
-