| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner.typesignature |
| Modifier and Type | Method | Description |
|---|---|---|
List<List<TypeArgument>> |
ClassRefTypeSignature.getSuffixTypeArguments() |
Get any type arguments for any suffixes of the class, one list per suffix.
|
List<TypeArgument> |
ClassRefTypeSignature.getTypeArguments() |
Get any type arguments of the base class.
|
| Constructor | Description |
|---|---|
ClassRefTypeSignature(String className,
List<TypeArgument> typeArguments,
List<String> suffixes,
List<List<TypeArgument>> suffixTypeArguments) |
Copyright © 2018. All rights reserved.