| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.scanner | |
| io.github.lukehutch.fastclasspathscanner.typesignature |
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static MethodTypeSignature |
MethodTypeSignature.parse(ClassInfo classInfo,
String typeDescriptor) |
Parse a method signature.
|
static MethodTypeSignature |
MethodTypeSignature.parse(String typeDescriptor) |
Parse a method signature (ignores class context, i.e.
|
Copyright © 2018. All rights reserved.