| Package | Description |
|---|---|
| org.springframework.aot.hint |
| Modifier and Type | Method and Description |
|---|---|
TypeReference |
TypeReference.getEnclosingType() |
static TypeReference |
TypeReference.of(Class<?> type) |
static TypeReference |
TypeReference.of(String className) |
| Modifier and Type | Method and Description |
|---|---|
static List<TypeReference> |
TypeReference.listOf(Class<?>... types) |
| Modifier and Type | Method and Description |
|---|---|
ProxyHints |
ProxyHints.registerJdkProxy(TypeReference... proxiedInterfaces) |
SerializationHints |
SerializationHints.registerType(TypeReference type) |
ReflectionHints |
ReflectionHints.registerType(TypeReference type,
MemberCategory... memberCategories) |
Copyright © 2023 Seata. All rights reserved.