| Modifier | Constructor and Description |
|---|---|
protected |
UnresolvedType(String typeName)
Constructs an UnresolvedType with the specified type name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName()
Returns the name of the unresolved type.
|
static Type |
of(String typeName)
Creates a new instance of UnresolvedType with the specified type name.
|
String |
toString()
Returns a string representation of the unresolved type.
|
protected UnresolvedType(String typeName)
typeName - the name of the unresolved typepublic static Type of(String typeName)
typeName - the name of the unresolved typepublic String getTypeName()
getTypeName in interface TypeCopyright © 2024. All rights reserved.