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.
Predicate support for runtime hints.
-
Uses of ExecutableMode in org.springframework.aot.hint
Methods in org.springframework.aot.hint that return ExecutableModeModifier and TypeMethodDescriptionExecutableHint.getMode()
Return the mode that applies to this hint.static 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.Methods in org.springframework.aot.hint with parameters of type ExecutableModeModifier and TypeMethodDescriptionstatic Consumer<ExecutableHint.Builder>
ExecutableHint.builtWith
(ExecutableMode mode) ReflectionHints.registerConstructor
(Constructor<?> constructor, ExecutableMode mode) Register the need for reflection on the specifiedConstructor
, using the specifiedExecutableMode
.ReflectionHints.registerMethod
(Method method, ExecutableMode mode) Register the need for reflection on the specifiedMethod
, using the specifiedExecutableMode
.TypeHint.Builder.withConstructor
(List<TypeReference> parameterTypes, ExecutableMode mode) Register the need for reflection on the constructor with the specified parameter types, using the specifiedExecutableMode
.TypeHint.Builder.withMethod
(String name, List<TypeReference> parameterTypes, ExecutableMode mode) Register the need for reflection on the method with the specified name and parameter types, using the specifiedExecutableMode
.ExecutableHint.Builder.withMode
(ExecutableMode mode) Specify that the mode is required. -
Uses of ExecutableMode in org.springframework.aot.hint.predicate
Fields in org.springframework.aot.hint.predicate declared as ExecutableModeModifier and TypeFieldDescriptionprotected ExecutableMode
ReflectionHintsPredicates.ExecutableHintPredicate.executableMode