Uses of Class
org.springframework.aot.hint.MemberHint
Packages that use MemberHint
Package
Description
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
-
Uses of MemberHint in org.springframework.aot.hint
Subclasses of MemberHint in org.springframework.aot.hintModifier and TypeClassDescriptionfinal classA hint that describes the need for reflection on aMethodorConstructor.final classA hint that describes the need for reflection on aField.