Uses of Class
org.springframework.aot.hint.ExecutableHint
Packages that use ExecutableHint
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of ExecutableHint in org.springframework.aot.hint
Classes in org.springframework.aot.hint that implement interfaces with type arguments of type ExecutableHintModifier and TypeClassDescriptionfinal class
A hint that describes the need for reflection on aMethod
orConstructor
.Methods in org.springframework.aot.hint that return types with arguments of type ExecutableHintModifier and TypeMethodDescriptionTypeHint.constructors()
Return the constructors that require reflection.TypeHint.methods()
Return the methods that require reflection.Methods in org.springframework.aot.hint with parameters of type ExecutableHint