Uses of Enum Class
org.springframework.aot.hint.ExecutableMode
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
Predicate support for runtime hints.
-
Uses of ExecutableMode in org.springframework.aot.hint
Modifier and TypeMethodDescriptionstatic ExecutableMode
Returns the enum constant of this class with the specified name.static ExecutableMode[]
ExecutableMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionExecutableHint.getModes()
Return the modes that apply to this hint.Modifier and TypeMethodDescriptionExecutableHint.Builder.setModes
(ExecutableMode... modes) Set the modes to use.ExecutableHint.Builder.withMode
(ExecutableMode mode) Add the specified mode if necessary. -
Uses of ExecutableMode in org.springframework.aot.hint.predicate
Modifier and TypeFieldDescriptionprotected ExecutableMode
ReflectionHintsPredicates.ExecutableHintPredicate.executableMode