| Package | Description |
|---|---|
| org.springframework.aot.hint |
| Modifier and Type | Method and Description |
|---|---|
static MemberCategory |
MemberCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberCategory[] |
MemberCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReflectionHints |
ReflectionHints.registerType(Class<?> type,
MemberCategory... memberCategories) |
ReflectionHints |
ReflectionHints.registerType(TypeReference type,
MemberCategory... memberCategories) |
ReflectionHints |
ReflectionHints.registerTypeIfPresent(ClassLoader classLoader,
String typeName,
MemberCategory... memberCategories) |
Copyright © 2023 Seata. All rights reserved.