| Package | Description |
|---|---|
| org.springframework.aot.hint |
| Modifier and Type | Method and Description |
|---|---|
static ExecutableMode |
ExecutableMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutableMode[] |
ExecutableMode.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.registerConstructor(Constructor<?> constructor,
ExecutableMode mode) |
ReflectionHints |
ReflectionHints.registerMethod(Method method,
ExecutableMode mode) |
Copyright © 2023 Seata. All rights reserved.