| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.scanner | |
| io.github.lukehutch.fastclasspathscanner.typesignature |
| Modifier and Type | Method and Description |
|---|---|
TypeParameter[] |
MethodInfo.getTypeParameters()
Returns the type parameters of the method.
|
| Modifier and Type | Method and Description |
|---|---|
TypeParameter |
TypeVariableSignature.getCorrespondingTypeParameter()
Look up a type variable (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeParameter> |
MethodTypeSignature.getTypeParameters()
Get the type parameters for the method.
|
List<TypeParameter> |
ClassTypeSignature.getTypeParameters()
Get the type parameters for the class.
|
| Constructor and Description |
|---|
ClassTypeSignature(List<TypeParameter> typeParameters,
ClassRefTypeSignature superclassSignature,
List<ClassRefTypeSignature> superinterfaceSignatures) |
MethodTypeSignature(List<TypeParameter> typeParameters,
List<TypeSignature> paramTypes,
TypeSignature resultType,
List<ClassRefOrTypeVariableSignature> throwsSignatures) |
Copyright © 2018. All rights reserved.