Uses of Enum Class
org.springframework.aot.hint.ExecutableMode
Packages that use ExecutableMode
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of ExecutableMode in org.springframework.aot.hint
Methods in org.springframework.aot.hint that return ExecutableModeModifier and TypeMethodDescriptionstatic ExecutableModeReturns 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.Methods in org.springframework.aot.hint that return types with arguments of type ExecutableModeModifier and TypeMethodDescriptionExecutableHint.getModes()Return the modes that apply to this hint.Methods in org.springframework.aot.hint with parameters of type ExecutableModeModifier and TypeMethodDescriptionExecutableHint.Builder.setModes(ExecutableMode... modes) Set the modes to use.ExecutableHint.Builder.withMode(ExecutableMode mode) Add the specified mode if necessary.