public abstract class TypeSignature extends HierarchicalTypeSignature
| Constructor and Description |
|---|
TypeSignature() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equalsIgnoringTypeParams(TypeSignature other)
Compare base types, ignoring generic type parameters.
|
abstract Class<?> |
instantiate(ScanResult scanResult)
Instantiate the type signature into a class reference.
|
static TypeSignature |
parse(String typeDescriptor)
Parse a type signature.
|
getAllReferencedClassNamespublic abstract Class<?> instantiate(ScanResult scanResult)
public abstract boolean equalsIgnoringTypeParams(TypeSignature other)
public static TypeSignature parse(String typeDescriptor)
Copyright © 2018. All rights reserved.