Uses of Class
org.springframework.aot.hint.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
Modifier and TypeMethodDescriptionTypeHint.constructors()
Return the constructors that require reflection.TypeHint.methods()
Return the methods that require reflection.