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) 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 MethodTypeSignature Modifier and Type Method Description MethodTypeSignatureMethodInfo. getTypeDescriptor()Returns the parsed type descriptor for the method, which will not include type parameters.MethodTypeSignatureMethodInfo. getTypeSignature()Returns the parsed type signature for the method, possibly including type parameters.MethodTypeSignatureMethodInfo. getTypeSignatureOrTypeDescriptor()Returns the parsed type signature for the method, possibly including type parameters.(package private) static MethodTypeSignatureMethodTypeSignature. 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 voidClassfile.MethodTypeAnnotationDecorator. decorate(MethodTypeSignature methodTypeSignature)
-