public class ReflectionHints extends Object
| Constructor and Description |
|---|
ReflectionHints() |
| Modifier and Type | Method and Description |
|---|---|
ReflectionHints |
registerConstructor(Constructor<?> constructor,
ExecutableMode mode) |
ReflectionHints |
registerField(Field field) |
ReflectionHints |
registerMethod(Method method,
ExecutableMode mode) |
ReflectionHints |
registerType(Class<?> type,
MemberCategory... memberCategories) |
ReflectionHints |
registerType(TypeReference type,
MemberCategory... memberCategories) |
ReflectionHints |
registerTypeIfPresent(ClassLoader classLoader,
String typeName,
MemberCategory... memberCategories) |
public ReflectionHints registerType(TypeReference type, MemberCategory... memberCategories)
public ReflectionHints registerType(Class<?> type, MemberCategory... memberCategories)
public ReflectionHints registerTypeIfPresent(@Nullable ClassLoader classLoader, String typeName, MemberCategory... memberCategories)
public ReflectionHints registerField(Field field)
public ReflectionHints registerConstructor(Constructor<?> constructor, ExecutableMode mode)
public ReflectionHints registerMethod(Method method, ExecutableMode mode)
Copyright © 2023 Seata. All rights reserved.