public interface TypeReference
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalName() |
TypeReference |
getEnclosingType() |
String |
getName() |
String |
getPackageName() |
String |
getSimpleName() |
static List<TypeReference> |
listOf(Class<?>... types) |
static TypeReference |
of(Class<?> type) |
static TypeReference |
of(String className) |
String getName()
String getCanonicalName()
String getPackageName()
String getSimpleName()
@Nullable TypeReference getEnclosingType()
static TypeReference of(Class<?> type)
static TypeReference of(String className)
static List<TypeReference> listOf(Class<?>... types)
Copyright © 2023 Seata. All rights reserved.