| Modifier and Type | Method and 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.
|
Copyright © 2024. All rights reserved.